IdxSpreadSheetConditionalFormattingOwner.CellStyles Property
Provides access to ExpressSpreadSheet-compatible 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 custom cell styles applied to them. Refer to the TdxSpreadSheetCellStyles class description for more information on style hash tables.
See Also