Represents the aggregated conditioal format for a specific cell. It is returned via the and the methods.
Inheritance
object
Properties
Section titled "Properties"CellFormat
Section titled "CellFormat"Returns a cell format that represents the aggregated format for all conditional formats that apply to the cell (read-only).
public IWorksheetCellFormat CellFormat { get; } DataBarInfo
Section titled "DataBarInfo"Returns a data bar info if applicable, otherwise null (read-only).
public CellDataBarInfo DataBarInfo { get; } HasConditionFormatting
Section titled "HasConditionFormatting"Returns whether this cell has conditional formatting applied (read-only)
public bool HasConditionFormatting { get; } IconInfo
Section titled "IconInfo"Returns an icon info if applicable, otherwise null (read-only).
public CellIconInfo IconInfo { get; }