ig.excel.CellConditionalFormat
指定したセルの集計した条件付き書式を表します。Worksheet.GetCellConditionalFormat および WorksheetRow.GetCellConditionalFormat メソッドから返されます。
依存関係
jquery-1.4.4.js
infragistics.util.js
infragistics.ext_core.js
infragistics.ext_collections.js
infragistics.ext_collectionsExtended.js
infragistics.ext_io.js
infragistics.ext_text.js
infragistics.documents.core_core.js
infragistics.ext_ui.js
このコントロールにオプションはありません。
このコントロールにイベントはありません。
-
cellFormat
- .cellFormat( );
- 返却型:
- ig.excel.IWorksheetCellFormat
- 返却型の説明:
- IWorksheetCellFormat を返します。
セルに適用するすべての条件付き書式の集計した書式を表すセル書式を返します (読み取り専用)。
-
dataBarInfo
- .dataBarInfo( );
- 返却型:
- ig.excel.CellDataBarInfo
- 返却型の説明:
- CellDataBarInfo を返します。
該当する場合、データ バー情報を返します。それ以外の場合は null 値を返します (読み取り専用)。
-
hasConditionFormatting
- .hasConditionFormatting( );
このセルに条件付き書式が適用されたかどうかを返します (読み取り専用)。
-
iconInfo
- .iconInfo( );
- 返却型:
- ig.excel.CellIconInfo
- 返却型の説明:
- CellIconInfo を返します。
該当する場合、アイコン情報を返します。それ以外の場合は null 値を返します (読み取り専用)。