Represents the aggregated conditioal format for a specific cell. It is returned via the Worksheet.GetCellConditionalFormat and the WorksheetRow.GetCellConditionalFormat methods.
Constructors
Section titled "Constructors"CellConditionalFormat
new CellConditionalFormat(a: number): CellConditionalFormat Returns CellConditionalFormat
Properties
Section titled "Properties"$t: Type Accessors
Section titled "Accessors"cellFormat
Section titled "cellFormat"Returns a cell format that represents the aggregated format for all conditional formats that apply to the cell (read-only).
get cellFormat(): IWorksheetCellFormat Returns IWorksheetCellFormat
dataBarInfo
Section titled "dataBarInfo"Returns a data bar info if applicable, otherwise null (read-only).
get dataBarInfo(): CellDataBarInfo Returns CellDataBarInfo
hasConditionFormatting
Section titled "hasConditionFormatting"Returns whether this cell has conditional formatting applied (read-only)
get hasConditionFormatting(): boolean Returns boolean
iconInfo
Section titled "iconInfo"Returns an icon info if applicable, otherwise null (read-only).
get iconInfo(): CellIconInfo Returns CellIconInfo