TdxSpreadSheetTableItem.Style Property
Provides access to the appearance settings applied to all cells within the table item.
Declaration
property Style: TdxSpreadSheetCellStyle read;
Property Value
Type |
---|
TdxSpreadSheetCellStyle |
Remarks
Use this property to customize the visual style settings applied to both the cell objects and uninitialized cells within the table item:
The appearance customization settings, provided by the Style property, do not affect the individual style settings of the cell objects within a column or row:
Refer to the TdxSpreadSheetCellStyle class description for the full list of the available cell visual settings.
See Also