Skip to main content

TdxSpreadSheetCustomConditionalFormatting.CellStyles Property

Provides access to ExpressSpreadSheet-compatible styles applied to cells in a worksheet or Grid View

Provides access to ExpressSpreadSheet-compatible cell styles used in a worksheet or Grid View to which conditional formatting rules are applied.

Declaration

property CellStyles: TdxSpreadSheetCellStyles read;

Property Value

Type
TdxSpreadSheetCellStyles

Remarks

Use this property to access the hash table associating worksheet or Grid View cells and cell styles applied to them. Refer to the TdxSpreadSheetCellStyles class description for more information on style hash tables.

See Also