TdxSpreadSheetDefaultCellStyle Methods
Stores the style settings applied to uninitialized cells in a Table View worksheet.Name | Description |
---|---|
Assign(TdxSpreadSheetCellStyle) | Inherited from TdxSpreadSheetCellStyle. |
BeginUpdate | Disables repainting for the cell object. Inherited from TdxSpreadSheetCellStyle. |
EndUpdate | Enables repainting for the cell object after a BeginUpdate procedure call. Inherited from TdxSpreadSheetCellStyle. |
Equals(TObject) | Inherited from TObject. |
GetHashCode | Inherited from TObject. |
Merge(TdxSpreadSheetCellStyle,TdxSpreadSheetCellStyle) | Merges the specified row and column cell styles with the current cell style. Inherited from TdxSpreadSheetCellStyle. |
Reset | Restores the initial state of the default cell style settings. |
ToString | Inherited from TObject. |
See Also