ig.excel.IWorksheetCellFormat
備考
書式が公開される場所によって、それは異なる意味を持ちます。たとえば、セルの書式はそのセルのみにしか適用されず、行または列の書式はその行または列全体のセルに適用されます。スタイルの書式もあり、これは他の書式の親になることができます。つまり、それらは書式に設定されていない値のデフォルトを提供します。そして最後に、テーブル内の領域の書式などの、微分書式があります。これは、関連付けられた領域に存在するセルにデフォルト値を提供します。
依存関係
-
alignment
- .alignment( );
- 返却型:
- ig.excel.HorizontalCellAlignment
- 返却型の説明:
- セルのコンテンツの水平揃え。
セルのコンテンツの水平揃えを取得します。
例外
例外 説明 ig.excel.InvalidEnumArgumentException 指定された値は、HorizontalCellAlignment 列挙体で定義されません。 -
alignment
- .alignment( value:ig.excel.HorizontalCellAlignment );
- 返却型:
- ig.excel.HorizontalCellAlignment
- 返却型の説明:
- セルのコンテンツの水平揃え。
セルのコンテンツの水平揃えを取得します。
- value
- タイプ:ig.excel.HorizontalCellAlignment
例外
例外 説明 ig.excel.InvalidEnumArgumentException 指定された値は、HorizontalCellAlignment 列挙体で定義されません。 -
bottomBorderColorInfo
- .bottomBorderColorInfo( );
- 返却型:
- ig.excel.WorkbookColorInfo
- 返却型の説明:
- 下の境界線の色。
下の境界線の色を取得します。
備考
境界色が非デフォルト値に設定され、IWorksheetCellFormat.bottomBorderStyle が Default に設定されている場合、Thin に解決されます。
関連項目
- ig.excel.IWorksheetCellFormat.bottomBorderStyle
- ig.excel.IWorksheetCellFormat.diagonalBorderColorInfo
- ig.excel.IWorksheetCellFormat.diagonalBorders
- ig.excel.IWorksheetCellFormat.diagonalBorderStyle
- ig.excel.IWorksheetCellFormat.leftBorderColorInfo
- ig.excel.IWorksheetCellFormat.leftBorderStyle
- ig.excel.IWorksheetCellFormat.rightBorderColorInfo
- ig.excel.IWorksheetCellFormat.rightBorderStyle
- ig.excel.IWorksheetCellFormat.topBorderColorInfo
- ig.excel.IWorksheetCellFormat.topBorderStyle
- ig.excel.WorkbookColorInfo
-
bottomBorderColorInfo
- .bottomBorderColorInfo( value:ig.excel.WorkbookColorInfo );
- 返却型:
- ig.excel.WorkbookColorInfo
- 返却型の説明:
- 下の境界線の色。
下の境界線の色を取得します。
- value
- タイプ:ig.excel.WorkbookColorInfo
備考
境界色が非デフォルト値に設定され、IWorksheetCellFormat.bottomBorderStyle が Default に設定されている場合、Thin に解決されます。
関連項目
- ig.excel.IWorksheetCellFormat.bottomBorderStyle
- ig.excel.IWorksheetCellFormat.diagonalBorderColorInfo
- ig.excel.IWorksheetCellFormat.diagonalBorders
- ig.excel.IWorksheetCellFormat.diagonalBorderStyle
- ig.excel.IWorksheetCellFormat.leftBorderColorInfo
- ig.excel.IWorksheetCellFormat.leftBorderStyle
- ig.excel.IWorksheetCellFormat.rightBorderColorInfo
- ig.excel.IWorksheetCellFormat.rightBorderStyle
- ig.excel.IWorksheetCellFormat.topBorderColorInfo
- ig.excel.IWorksheetCellFormat.topBorderStyle
- ig.excel.WorkbookColorInfo
-
bottomBorderStyle
- .bottomBorderStyle( );
- 返却型:
- ig.excel.CellBorderLineStyle
- 返却型の説明:
- 下枠線のスタイル。
下枠線のスタイルを取得します。
例外
例外 説明 ig.excel.InvalidEnumArgumentException 指定された値は、CellBorderLineStyle 列挙体で定義されません。 備考
境界線のスタイルが非デフォルト値に設定され、IWorksheetCellFormat.bottomBorderColorInfo が null の場合、それは WorkbookColorInfo.automatic に解決されます。
関連項目
- ig.excel.IWorksheetCellFormat.bottomBorderColorInfo
- ig.excel.IWorksheetCellFormat.diagonalBorderColorInfo
- ig.excel.IWorksheetCellFormat.diagonalBorders
- ig.excel.IWorksheetCellFormat.diagonalBorderStyle
- ig.excel.IWorksheetCellFormat.leftBorderColorInfo
- ig.excel.IWorksheetCellFormat.leftBorderStyle
- ig.excel.IWorksheetCellFormat.rightBorderColorInfo
- ig.excel.IWorksheetCellFormat.rightBorderStyle
- ig.excel.IWorksheetCellFormat.topBorderColorInfo
- ig.excel.IWorksheetCellFormat.topBorderStyle
- ig.excel.CellBorderLineStyle
-
bottomBorderStyle
- .bottomBorderStyle( value:ig.excel.CellBorderLineStyle );
- 返却型:
- ig.excel.CellBorderLineStyle
- 返却型の説明:
- 下枠線のスタイル。
下枠線のスタイルを取得します。
- value
- タイプ:ig.excel.CellBorderLineStyle
例外
例外 説明 ig.excel.InvalidEnumArgumentException 指定された値は、CellBorderLineStyle 列挙体で定義されません。 備考
境界線のスタイルが非デフォルト値に設定され、IWorksheetCellFormat.bottomBorderColorInfo が null の場合、それは WorkbookColorInfo.automatic に解決されます。
関連項目
- ig.excel.IWorksheetCellFormat.bottomBorderColorInfo
- ig.excel.IWorksheetCellFormat.diagonalBorderColorInfo
- ig.excel.IWorksheetCellFormat.diagonalBorders
- ig.excel.IWorksheetCellFormat.diagonalBorderStyle
- ig.excel.IWorksheetCellFormat.leftBorderColorInfo
- ig.excel.IWorksheetCellFormat.leftBorderStyle
- ig.excel.IWorksheetCellFormat.rightBorderColorInfo
- ig.excel.IWorksheetCellFormat.rightBorderStyle
- ig.excel.IWorksheetCellFormat.topBorderColorInfo
- ig.excel.IWorksheetCellFormat.topBorderStyle
- ig.excel.CellBorderLineStyle
-
diagonalBorderColorInfo
- .diagonalBorderColorInfo( );
- 返却型:
- ig.excel.WorkbookColorInfo
- 返却型の説明:
- 斜線の色。
斜線の色を取得します。
備考
境界色が非デフォルト値に設定され、IWorksheetCellFormat.diagonalBorderStyle が Default に設定されている場合、Thin に解決されます。
関連項目
- ig.excel.IWorksheetCellFormat.bottomBorderColorInfo
- ig.excel.IWorksheetCellFormat.bottomBorderStyle
- ig.excel.IWorksheetCellFormat.diagonalBorders
- ig.excel.IWorksheetCellFormat.diagonalBorderStyle
- ig.excel.IWorksheetCellFormat.leftBorderColorInfo
- ig.excel.IWorksheetCellFormat.leftBorderStyle
- ig.excel.IWorksheetCellFormat.rightBorderColorInfo
- ig.excel.IWorksheetCellFormat.rightBorderStyle
- ig.excel.IWorksheetCellFormat.topBorderColorInfo
- ig.excel.IWorksheetCellFormat.topBorderStyle
- ig.excel.WorkbookColorInfo
-
diagonalBorderColorInfo
- .diagonalBorderColorInfo( value:ig.excel.WorkbookColorInfo );
- 返却型:
- ig.excel.WorkbookColorInfo
- 返却型の説明:
- 斜線の色。
斜線の色を取得します。
- value
- タイプ:ig.excel.WorkbookColorInfo
備考
境界色が非デフォルト値に設定され、IWorksheetCellFormat.diagonalBorderStyle が Default に設定されている場合、Thin に解決されます。
関連項目
- ig.excel.IWorksheetCellFormat.bottomBorderColorInfo
- ig.excel.IWorksheetCellFormat.bottomBorderStyle
- ig.excel.IWorksheetCellFormat.diagonalBorders
- ig.excel.IWorksheetCellFormat.diagonalBorderStyle
- ig.excel.IWorksheetCellFormat.leftBorderColorInfo
- ig.excel.IWorksheetCellFormat.leftBorderStyle
- ig.excel.IWorksheetCellFormat.rightBorderColorInfo
- ig.excel.IWorksheetCellFormat.rightBorderStyle
- ig.excel.IWorksheetCellFormat.topBorderColorInfo
- ig.excel.IWorksheetCellFormat.topBorderStyle
- ig.excel.WorkbookColorInfo
-
diagonalBorders
- .diagonalBorders( );
- 返却型:
- ig.excel.DiagonalBorders
- 返却型の説明:
- 斜線のスタイル。
斜線を取得します。
例外
例外 説明 ig.excel.InvalidEnumArgumentException 指定された値は、CellBorderLineStyle 列挙体で定義されません。 備考
斜線が None 以外に設定され、IWorksheetCellFormat.diagonalBorderStyle が Default に設定されている場合、Thin に解決されます。また、IWorksheetCellFormat.diagonalBorderColorInfo が null の場合、Color.Black に解決されます。
関連項目
- ig.excel.IWorksheetCellFormat.bottomBorderColorInfo
- ig.excel.IWorksheetCellFormat.bottomBorderStyle
- ig.excel.IWorksheetCellFormat.diagonalBorderColorInfo
- ig.excel.IWorksheetCellFormat.diagonalBorderStyle
- ig.excel.IWorksheetCellFormat.leftBorderColorInfo
- ig.excel.IWorksheetCellFormat.leftBorderStyle
- ig.excel.IWorksheetCellFormat.rightBorderColorInfo
- ig.excel.IWorksheetCellFormat.rightBorderStyle
- ig.excel.IWorksheetCellFormat.topBorderColorInfo
- ig.excel.IWorksheetCellFormat.topBorderStyle
- ig.excel.DiagonalBorders
-
diagonalBorders
- .diagonalBorders( value:ig.excel.DiagonalBorders );
- 返却型:
- ig.excel.DiagonalBorders
- 返却型の説明:
- 斜線のスタイル。
斜線を取得します。
- value
- タイプ:ig.excel.DiagonalBorders
例外
例外 説明 ig.excel.InvalidEnumArgumentException 指定された値は、CellBorderLineStyle 列挙体で定義されません。 備考
斜線が None 以外に設定され、IWorksheetCellFormat.diagonalBorderStyle が Default に設定されている場合、Thin に解決されます。また、IWorksheetCellFormat.diagonalBorderColorInfo が null の場合、Color.Black に解決されます。
関連項目
- ig.excel.IWorksheetCellFormat.bottomBorderColorInfo
- ig.excel.IWorksheetCellFormat.bottomBorderStyle
- ig.excel.IWorksheetCellFormat.diagonalBorderColorInfo
- ig.excel.IWorksheetCellFormat.diagonalBorderStyle
- ig.excel.IWorksheetCellFormat.leftBorderColorInfo
- ig.excel.IWorksheetCellFormat.leftBorderStyle
- ig.excel.IWorksheetCellFormat.rightBorderColorInfo
- ig.excel.IWorksheetCellFormat.rightBorderStyle
- ig.excel.IWorksheetCellFormat.topBorderColorInfo
- ig.excel.IWorksheetCellFormat.topBorderStyle
- ig.excel.DiagonalBorders
-
diagonalBorderStyle
- .diagonalBorderStyle( );
- 返却型:
- ig.excel.CellBorderLineStyle
- 返却型の説明:
- 斜線のスタイル。
斜線のスタイルを取得します。
例外
例外 説明 ig.excel.InvalidEnumArgumentException 指定された値は、CellBorderLineStyle 列挙体で定義されません。 備考
境界線のスタイルが非デフォルト値に設定され、IWorksheetCellFormat.diagonalBorderColorInfo が null の場合、それは WorkbookColorInfo.automatic に解決されます。
関連項目
- ig.excel.IWorksheetCellFormat.bottomBorderColorInfo
- ig.excel.IWorksheetCellFormat.bottomBorderStyle
- ig.excel.IWorksheetCellFormat.diagonalBorderColorInfo
- ig.excel.IWorksheetCellFormat.diagonalBorders
- ig.excel.IWorksheetCellFormat.leftBorderColorInfo
- ig.excel.IWorksheetCellFormat.leftBorderStyle
- ig.excel.IWorksheetCellFormat.rightBorderColorInfo
- ig.excel.IWorksheetCellFormat.rightBorderStyle
- ig.excel.IWorksheetCellFormat.topBorderColorInfo
- ig.excel.IWorksheetCellFormat.topBorderStyle
- ig.excel.CellBorderLineStyle
-
diagonalBorderStyle
- .diagonalBorderStyle( value:ig.excel.CellBorderLineStyle );
- 返却型:
- ig.excel.CellBorderLineStyle
- 返却型の説明:
- 斜線のスタイル。
斜線のスタイルを取得します。
- value
- タイプ:ig.excel.CellBorderLineStyle
例外
例外 説明 ig.excel.InvalidEnumArgumentException 指定された値は、CellBorderLineStyle 列挙体で定義されません。 備考
境界線のスタイルが非デフォルト値に設定され、IWorksheetCellFormat.diagonalBorderColorInfo が null の場合、それは WorkbookColorInfo.automatic に解決されます。
関連項目
- ig.excel.IWorksheetCellFormat.bottomBorderColorInfo
- ig.excel.IWorksheetCellFormat.bottomBorderStyle
- ig.excel.IWorksheetCellFormat.diagonalBorderColorInfo
- ig.excel.IWorksheetCellFormat.diagonalBorders
- ig.excel.IWorksheetCellFormat.leftBorderColorInfo
- ig.excel.IWorksheetCellFormat.leftBorderStyle
- ig.excel.IWorksheetCellFormat.rightBorderColorInfo
- ig.excel.IWorksheetCellFormat.rightBorderStyle
- ig.excel.IWorksheetCellFormat.topBorderColorInfo
- ig.excel.IWorksheetCellFormat.topBorderStyle
- ig.excel.CellBorderLineStyle
-
fill
- .fill( );
- 返却型:
- ig.excel.CellFill
- 返却型の説明:
- セルの塗りつぶし。
セルの塗りつぶしを取得します。
-
fill
- .fill( value:ig.excel.CellFill );
- 返却型:
- ig.excel.CellFill
- 返却型の説明:
- セルの塗りつぶし。
セルの塗りつぶしを取得します。
- value
- タイプ:ig.excel.CellFill
-
font
- .font( );
- 返却型:
- ig.excel.IWorkbookFont
- 返却型の説明:
- デフォルト フォント書式。
デフォルト フォント書式を取得します。
備考
このフォント書式は、セルで使用されるデフォルト フォントです。これは、FormattedString クラスを使用して文字単位で文字列によって上書きすることができます。
-
formatOptions
- .formatOptions( );
- 返却型:
- ig.excel.WorksheetCellFormatOptions
- 返却型の説明:
- WorksheetCellFormatOptions を返します。
書式が提供するプロパティのグループを取得します。
備考
スタイル書式の場合、この値は、スタイルをセルに適用する際に書式でどのプロパティを使用するかを示します。プロパティのその他の全てのグループはデフォルト値を返します。
セルおよび微分書式の場合は、この値は、書式によってどのプロパティを解決して返すかを示します。その他の全てのプロパティは、親 IWorksheetCellFormat.style によって解決され、返されます。
-
formatOptions
- .formatOptions( value:ig.excel.WorksheetCellFormatOptions );
- 返却型:
- ig.excel.WorksheetCellFormatOptions
- 返却型の説明:
- WorksheetCellFormatOptions を返します。
書式が提供するプロパティのグループを取得します。
- value
- タイプ:ig.excel.WorksheetCellFormatOptions
備考
スタイル書式の場合、この値は、スタイルをセルに適用する際に書式でどのプロパティを使用するかを示します。プロパティのその他の全てのグループはデフォルト値を返します。
セルおよび微分書式の場合は、この値は、書式によってどのプロパティを解決して返すかを示します。その他の全てのプロパティは、親 IWorksheetCellFormat.style によって解決され、返されます。
-
formatString
- .formatString( );
- 返却型:
- string
- 返却型の説明:
- 数値書式文字列。
数値書式文字列を取得します。
例外
例外 説明 ig.ArgumentException 割り当てられた値は無効な書式文字列であり Workbook.validateFormatStrings は True です。 備考
Excel の書式文字列については、Microsoft Excel のヘルプを参照してください。
-
formatString
- .formatString( value:string );
- 返却型:
- string
- 返却型の説明:
- 数値書式文字列。
数値書式文字列を取得します。
- value
- タイプ:string
例外
例外 説明 ig.ArgumentException 割り当てられた値は無効な書式文字列であり Workbook.validateFormatStrings は True です。 備考
Excel の書式文字列については、Microsoft Excel のヘルプを参照してください。
-
indent
- .indent( );
- 返却型:
- number
- 返却型の説明:
- 文字の平均幅の単位のインデント、またはデフォルトのインデントを使用する場合は -1。
平均の文字幅のインデントの単位を取得します。
例外
例外 説明 ig.ArgumentOutOfRangeException 割り当てられた値が -1 ではなく、0 ~ 250 の有効なインデント レベル範囲の外です。 備考
値が -1 のときは、デフォルト値が使用されることを示します。
-
indent
- .indent( value:number );
- 返却型:
- number
- 返却型の説明:
- 文字の平均幅の単位のインデント、またはデフォルトのインデントを使用する場合は -1。
平均の文字幅のインデントの単位を取得します。
- value
- タイプ:number
例外
例外 説明 ig.ArgumentOutOfRangeException 割り当てられた値が -1 ではなく、0 ~ 250 の有効なインデント レベル範囲の外です。 備考
値が -1 のときは、デフォルト値が使用されることを示します。
-
leftBorderColorInfo
- .leftBorderColorInfo( );
- 返却型:
- ig.excel.WorkbookColorInfo
- 返却型の説明:
- 左の境界線の色。
左の境界線の色を取得します。
備考
境界色が非デフォルト値に設定され、IWorksheetCellFormat.leftBorderStyle が Default に設定されている場合、Thin に解決されます。
関連項目
- ig.excel.IWorksheetCellFormat.bottomBorderColorInfo
- ig.excel.IWorksheetCellFormat.bottomBorderStyle
- ig.excel.IWorksheetCellFormat.diagonalBorderColorInfo
- ig.excel.IWorksheetCellFormat.diagonalBorders
- ig.excel.IWorksheetCellFormat.diagonalBorderStyle
- ig.excel.IWorksheetCellFormat.leftBorderStyle
- ig.excel.IWorksheetCellFormat.rightBorderColorInfo
- ig.excel.IWorksheetCellFormat.rightBorderStyle
- ig.excel.IWorksheetCellFormat.topBorderColorInfo
- ig.excel.IWorksheetCellFormat.topBorderStyle
- ig.excel.WorkbookColorInfo
-
leftBorderColorInfo
- .leftBorderColorInfo( value:ig.excel.WorkbookColorInfo );
- 返却型:
- ig.excel.WorkbookColorInfo
- 返却型の説明:
- 左の境界線の色。
左の境界線の色を取得します。
- value
- タイプ:ig.excel.WorkbookColorInfo
備考
境界色が非デフォルト値に設定され、IWorksheetCellFormat.leftBorderStyle が Default に設定されている場合、Thin に解決されます。
関連項目
- ig.excel.IWorksheetCellFormat.bottomBorderColorInfo
- ig.excel.IWorksheetCellFormat.bottomBorderStyle
- ig.excel.IWorksheetCellFormat.diagonalBorderColorInfo
- ig.excel.IWorksheetCellFormat.diagonalBorders
- ig.excel.IWorksheetCellFormat.diagonalBorderStyle
- ig.excel.IWorksheetCellFormat.leftBorderStyle
- ig.excel.IWorksheetCellFormat.rightBorderColorInfo
- ig.excel.IWorksheetCellFormat.rightBorderStyle
- ig.excel.IWorksheetCellFormat.topBorderColorInfo
- ig.excel.IWorksheetCellFormat.topBorderStyle
- ig.excel.WorkbookColorInfo
-
leftBorderStyle
- .leftBorderStyle( );
- 返却型:
- ig.excel.CellBorderLineStyle
- 返却型の説明:
- 左の境界スタイル。
左の境界スタイルを取得します。
例外
例外 説明 ig.excel.InvalidEnumArgumentException 指定された値は、CellBorderLineStyle 列挙体で定義されません。 備考
境界線のスタイルが非デフォルト値に設定され、IWorksheetCellFormat.leftBorderColorInfo が null の場合、それは WorkbookColorInfo.automatic に解決されます。
関連項目
- ig.excel.IWorksheetCellFormat.bottomBorderColorInfo
- ig.excel.IWorksheetCellFormat.bottomBorderStyle
- ig.excel.IWorksheetCellFormat.diagonalBorderColorInfo
- ig.excel.IWorksheetCellFormat.diagonalBorders
- ig.excel.IWorksheetCellFormat.diagonalBorderStyle
- ig.excel.IWorksheetCellFormat.leftBorderColorInfo
- ig.excel.IWorksheetCellFormat.rightBorderColorInfo
- ig.excel.IWorksheetCellFormat.rightBorderStyle
- ig.excel.IWorksheetCellFormat.topBorderColorInfo
- ig.excel.IWorksheetCellFormat.topBorderStyle
- ig.excel.CellBorderLineStyle
-
leftBorderStyle
- .leftBorderStyle( value:ig.excel.CellBorderLineStyle );
- 返却型:
- ig.excel.CellBorderLineStyle
- 返却型の説明:
- 左の境界スタイル。
左の境界スタイルを取得します。
- value
- タイプ:ig.excel.CellBorderLineStyle
例外
例外 説明 ig.excel.InvalidEnumArgumentException 指定された値は、CellBorderLineStyle 列挙体で定義されません。 備考
境界線のスタイルが非デフォルト値に設定され、IWorksheetCellFormat.leftBorderColorInfo が null の場合、それは WorkbookColorInfo.automatic に解決されます。
関連項目
- ig.excel.IWorksheetCellFormat.bottomBorderColorInfo
- ig.excel.IWorksheetCellFormat.bottomBorderStyle
- ig.excel.IWorksheetCellFormat.diagonalBorderColorInfo
- ig.excel.IWorksheetCellFormat.diagonalBorders
- ig.excel.IWorksheetCellFormat.diagonalBorderStyle
- ig.excel.IWorksheetCellFormat.leftBorderColorInfo
- ig.excel.IWorksheetCellFormat.rightBorderColorInfo
- ig.excel.IWorksheetCellFormat.rightBorderStyle
- ig.excel.IWorksheetCellFormat.topBorderColorInfo
- ig.excel.IWorksheetCellFormat.topBorderStyle
- ig.excel.CellBorderLineStyle
-
locked
- .locked( );
-
locked
- .locked( value:boolean );
- value
- タイプ:boolean
-
rightBorderColorInfo
- .rightBorderColorInfo( );
- 返却型:
- ig.excel.WorkbookColorInfo
- 返却型の説明:
- 右の境界色。
右の境界線の色を取得します。
備考
境界色が非デフォルト値に設定され、IWorksheetCellFormat.rightBorderStyle が Default に設定されている場合、Thin に解決されます。
関連項目
- ig.excel.IWorksheetCellFormat.bottomBorderColorInfo
- ig.excel.IWorksheetCellFormat.bottomBorderStyle
- ig.excel.IWorksheetCellFormat.diagonalBorderColorInfo
- ig.excel.IWorksheetCellFormat.diagonalBorders
- ig.excel.IWorksheetCellFormat.diagonalBorderStyle
- ig.excel.IWorksheetCellFormat.leftBorderColorInfo
- ig.excel.IWorksheetCellFormat.leftBorderStyle
- ig.excel.IWorksheetCellFormat.rightBorderStyle
- ig.excel.IWorksheetCellFormat.topBorderColorInfo
- ig.excel.IWorksheetCellFormat.topBorderStyle
- ig.excel.WorkbookColorInfo
-
rightBorderColorInfo
- .rightBorderColorInfo( value:ig.excel.WorkbookColorInfo );
- 返却型:
- ig.excel.WorkbookColorInfo
- 返却型の説明:
- 右の境界色。
右の境界線の色を取得します。
- value
- タイプ:ig.excel.WorkbookColorInfo
備考
境界色が非デフォルト値に設定され、IWorksheetCellFormat.rightBorderStyle が Default に設定されている場合、Thin に解決されます。
関連項目
- ig.excel.IWorksheetCellFormat.bottomBorderColorInfo
- ig.excel.IWorksheetCellFormat.bottomBorderStyle
- ig.excel.IWorksheetCellFormat.diagonalBorderColorInfo
- ig.excel.IWorksheetCellFormat.diagonalBorders
- ig.excel.IWorksheetCellFormat.diagonalBorderStyle
- ig.excel.IWorksheetCellFormat.leftBorderColorInfo
- ig.excel.IWorksheetCellFormat.leftBorderStyle
- ig.excel.IWorksheetCellFormat.rightBorderStyle
- ig.excel.IWorksheetCellFormat.topBorderColorInfo
- ig.excel.IWorksheetCellFormat.topBorderStyle
- ig.excel.WorkbookColorInfo
-
rightBorderStyle
- .rightBorderStyle( );
- 返却型:
- ig.excel.CellBorderLineStyle
- 返却型の説明:
- 右の境界スタイル。
右の境界スタイルを取得します。
例外
例外 説明 ig.excel.InvalidEnumArgumentException 指定された値は、CellBorderLineStyle 列挙体で定義されません。 備考
境界線のスタイルが非デフォルト値に設定され、IWorksheetCellFormat.rightBorderColorInfo が null の場合、それは WorkbookColorInfo.automatic に解決されます。
関連項目
- ig.excel.IWorksheetCellFormat.bottomBorderColorInfo
- ig.excel.IWorksheetCellFormat.bottomBorderStyle
- ig.excel.IWorksheetCellFormat.diagonalBorderColorInfo
- ig.excel.IWorksheetCellFormat.diagonalBorders
- ig.excel.IWorksheetCellFormat.diagonalBorderStyle
- ig.excel.IWorksheetCellFormat.leftBorderColorInfo
- ig.excel.IWorksheetCellFormat.leftBorderStyle
- ig.excel.IWorksheetCellFormat.rightBorderColorInfo
- ig.excel.IWorksheetCellFormat.topBorderColorInfo
- ig.excel.IWorksheetCellFormat.topBorderStyle
- ig.excel.CellBorderLineStyle
-
rightBorderStyle
- .rightBorderStyle( value:ig.excel.CellBorderLineStyle );
- 返却型:
- ig.excel.CellBorderLineStyle
- 返却型の説明:
- 右の境界スタイル。
右の境界スタイルを取得します。
- value
- タイプ:ig.excel.CellBorderLineStyle
例外
例外 説明 ig.excel.InvalidEnumArgumentException 指定された値は、CellBorderLineStyle 列挙体で定義されません。 備考
境界線のスタイルが非デフォルト値に設定され、IWorksheetCellFormat.rightBorderColorInfo が null の場合、それは WorkbookColorInfo.automatic に解決されます。
関連項目
- ig.excel.IWorksheetCellFormat.bottomBorderColorInfo
- ig.excel.IWorksheetCellFormat.bottomBorderStyle
- ig.excel.IWorksheetCellFormat.diagonalBorderColorInfo
- ig.excel.IWorksheetCellFormat.diagonalBorders
- ig.excel.IWorksheetCellFormat.diagonalBorderStyle
- ig.excel.IWorksheetCellFormat.leftBorderColorInfo
- ig.excel.IWorksheetCellFormat.leftBorderStyle
- ig.excel.IWorksheetCellFormat.rightBorderColorInfo
- ig.excel.IWorksheetCellFormat.topBorderColorInfo
- ig.excel.IWorksheetCellFormat.topBorderStyle
- ig.excel.CellBorderLineStyle
-
rotation
- .rotation( );
- 返却型:
- number
- 返却型の説明:
- セル コンテンツの回転角度。
セル コンテンツの回転角度を取得します。
備考
0~90 は 0~90 度上がることを示し、91~180 は 1~90 度下がることを示します。255 を指定すると垂直になります。
-
rotation
- .rotation( value:number );
- 返却型:
- number
- 返却型の説明:
- セル コンテンツの回転角度。
セル コンテンツの回転角度を取得します。
- value
- タイプ:number
備考
0~90 は 0~90 度上がることを示し、91~180 は 1~90 度下がることを示します。255 を指定すると垂直になります。
-
setFormatting
- .setFormatting( source:ig.excel.IWorksheetCellFormat );
すべてのセル書式プロパティを指定されたセル書式からコピーします。
- source
- タイプ:ig.excel.IWorksheetCellFormat
- プロパティをコピーするセル書式。
-
shrinkToFit
- .shrinkToFit( );
-
shrinkToFit
- .shrinkToFit( value:boolean );
- value
- タイプ:boolean
-
style
- .style( );
- 返却型:
- ig.excel.WorkbookStyle
- 返却型の説明:
- これがセルまたは微分書式の場合は WorkbookStyle インスタンス、スタイル書式の場合は null。
書式の親 WorkbookStyle を取得します。
例外
例外 説明 ig.InvalidOperationException 割り当てられた値は非 null であり、書式はスタイル書式です。 ig.ArgumentException 割り当てられた値が異なる Workbook から来ています。 備考
セルの親スタイルまたは微分書式は、デフォルトの書式値を提供します。存在する IWorksheetCellFormat.formatOptions フラグによって、書式プロパティの特定のグループのみが、親スタイルから解決されます。グループのいずれかのプロパティが非デフォルト値に設定された場合、FormatOptions は、スタイルの代わりに、書式がそのグループに値を提供するように、そのフラグを自動的に含めます。
デフォルトで、全てのセルおよび微分書式は、通常スタイルの親スタイルを持ち、これは WorkbookStyleCollection.normalStyle プロパティによって公開されます。セルのスタイルまたは微分書式として null 値が割り当てられた場合、NormalStyle が実際に設定されます。
-
style
- .style( value:ig.excel.WorkbookStyle );
- 返却型:
- ig.excel.WorkbookStyle
- 返却型の説明:
- これがセルまたは微分書式の場合は WorkbookStyle インスタンス、スタイル書式の場合は null。
書式の親 WorkbookStyle を取得します。
- value
- タイプ:ig.excel.WorkbookStyle
例外
例外 説明 ig.InvalidOperationException 割り当てられた値は非 null であり、書式はスタイル書式です。 ig.ArgumentException 割り当てられた値が異なる Workbook から来ています。 備考
セルの親スタイルまたは微分書式は、デフォルトの書式値を提供します。存在する IWorksheetCellFormat.formatOptions フラグによって、書式プロパティの特定のグループのみが、親スタイルから解決されます。グループのいずれかのプロパティが非デフォルト値に設定された場合、FormatOptions は、スタイルの代わりに、書式がそのグループに値を提供するように、そのフラグを自動的に含めます。
デフォルトで、全てのセルおよび微分書式は、通常スタイルの親スタイルを持ち、これは WorkbookStyleCollection.normalStyle プロパティによって公開されます。セルのスタイルまたは微分書式として null 値が割り当てられた場合、NormalStyle が実際に設定されます。
-
topBorderColorInfo
- .topBorderColorInfo( );
- 返却型:
- ig.excel.WorkbookColorInfo
- 返却型の説明:
- 上の境界線色。
上の境界線の色を取得します。
備考
境界色が非デフォルト値に設定され、IWorksheetCellFormat.topBorderStyle が Default に設定されている場合、Thin に解決されます。
関連項目
- ig.excel.IWorksheetCellFormat.bottomBorderColorInfo
- ig.excel.IWorksheetCellFormat.bottomBorderStyle
- ig.excel.IWorksheetCellFormat.diagonalBorderColorInfo
- ig.excel.IWorksheetCellFormat.diagonalBorders
- ig.excel.IWorksheetCellFormat.diagonalBorderStyle
- ig.excel.IWorksheetCellFormat.leftBorderColorInfo
- ig.excel.IWorksheetCellFormat.leftBorderStyle
- ig.excel.IWorksheetCellFormat.rightBorderColorInfo
- ig.excel.IWorksheetCellFormat.rightBorderStyle
- ig.excel.IWorksheetCellFormat.topBorderStyle
- ig.excel.WorkbookColorInfo
-
topBorderColorInfo
- .topBorderColorInfo( value:ig.excel.WorkbookColorInfo );
- 返却型:
- ig.excel.WorkbookColorInfo
- 返却型の説明:
- 上の境界線色。
上の境界線の色を取得します。
- value
- タイプ:ig.excel.WorkbookColorInfo
備考
境界色が非デフォルト値に設定され、IWorksheetCellFormat.topBorderStyle が Default に設定されている場合、Thin に解決されます。
関連項目
- ig.excel.IWorksheetCellFormat.bottomBorderColorInfo
- ig.excel.IWorksheetCellFormat.bottomBorderStyle
- ig.excel.IWorksheetCellFormat.diagonalBorderColorInfo
- ig.excel.IWorksheetCellFormat.diagonalBorders
- ig.excel.IWorksheetCellFormat.diagonalBorderStyle
- ig.excel.IWorksheetCellFormat.leftBorderColorInfo
- ig.excel.IWorksheetCellFormat.leftBorderStyle
- ig.excel.IWorksheetCellFormat.rightBorderColorInfo
- ig.excel.IWorksheetCellFormat.rightBorderStyle
- ig.excel.IWorksheetCellFormat.topBorderStyle
- ig.excel.WorkbookColorInfo
-
topBorderStyle
- .topBorderStyle( );
- 返却型:
- ig.excel.CellBorderLineStyle
- 返却型の説明:
- 上の境界スタイル。
上の境界スタイルを取得します。
例外
例外 説明 ig.excel.InvalidEnumArgumentException 指定された値は、CellBorderLineStyle 列挙体で定義されません。 備考
境界線のスタイルが非デフォルト値に設定され、IWorksheetCellFormat.topBorderColorInfo が null の場合、それは WorkbookColorInfo.automatic に解決されます。
関連項目
- ig.excel.IWorksheetCellFormat.bottomBorderColorInfo
- ig.excel.IWorksheetCellFormat.bottomBorderStyle
- ig.excel.IWorksheetCellFormat.diagonalBorderColorInfo
- ig.excel.IWorksheetCellFormat.diagonalBorders
- ig.excel.IWorksheetCellFormat.diagonalBorderStyle
- ig.excel.IWorksheetCellFormat.leftBorderColorInfo
- ig.excel.IWorksheetCellFormat.leftBorderStyle
- ig.excel.IWorksheetCellFormat.rightBorderColorInfo
- ig.excel.IWorksheetCellFormat.rightBorderStyle
- ig.excel.IWorksheetCellFormat.topBorderColorInfo
- ig.excel.CellBorderLineStyle
-
topBorderStyle
- .topBorderStyle( value:ig.excel.CellBorderLineStyle );
- 返却型:
- ig.excel.CellBorderLineStyle
- 返却型の説明:
- 上の境界スタイル。
上の境界スタイルを取得します。
- value
- タイプ:ig.excel.CellBorderLineStyle
例外
例外 説明 ig.excel.InvalidEnumArgumentException 指定された値は、CellBorderLineStyle 列挙体で定義されません。 備考
境界線のスタイルが非デフォルト値に設定され、IWorksheetCellFormat.topBorderColorInfo が null の場合、それは WorkbookColorInfo.automatic に解決されます。
関連項目
- ig.excel.IWorksheetCellFormat.bottomBorderColorInfo
- ig.excel.IWorksheetCellFormat.bottomBorderStyle
- ig.excel.IWorksheetCellFormat.diagonalBorderColorInfo
- ig.excel.IWorksheetCellFormat.diagonalBorders
- ig.excel.IWorksheetCellFormat.diagonalBorderStyle
- ig.excel.IWorksheetCellFormat.leftBorderColorInfo
- ig.excel.IWorksheetCellFormat.leftBorderStyle
- ig.excel.IWorksheetCellFormat.rightBorderColorInfo
- ig.excel.IWorksheetCellFormat.rightBorderStyle
- ig.excel.IWorksheetCellFormat.topBorderColorInfo
- ig.excel.CellBorderLineStyle
-
verticalAlignment
- .verticalAlignment( );
- 返却型:
- ig.excel.VerticalCellAlignment
- 返却型の説明:
- セルのコンテンツの垂直揃え。
セルのコンテンツの垂直揃えを取得します。
例外
例外 説明 ig.excel.InvalidEnumArgumentException 指定された値は、VerticalCellAlignment 列挙体で定義されません。 -
verticalAlignment
- .verticalAlignment( value:ig.excel.VerticalCellAlignment );
- 返却型:
- ig.excel.VerticalCellAlignment
- 返却型の説明:
- セルのコンテンツの垂直揃え。
セルのコンテンツの垂直揃えを取得します。
- value
- タイプ:ig.excel.VerticalCellAlignment
例外
例外 説明 ig.excel.InvalidEnumArgumentException 指定された値は、VerticalCellAlignment 列挙体で定義されません。 -
wrapText
- .wrapText( );
-
wrapText
- .wrapText( value:boolean );
- value
- タイプ:boolean