Represents the aggregated conditioal format for a specific cell. It is returned via the and the methods.

Inheritance

Returns a cell format that represents the aggregated format for all conditional formats that apply to the cell (read-only).

public IWorksheetCellFormat CellFormat { get; }

Returns a data bar info if applicable, otherwise null (read-only).

public CellDataBarInfo DataBarInfo { get; }

Returns whether this cell has conditional formatting applied (read-only)

public bool HasConditionFormatting { get; }

Returns an icon info if applicable, otherwise null (read-only).

public CellIconInfo IconInfo { get; }