Skip to main content

TdxSpreadSheetDefaultCellStyle Class

Stores the style settings applied to uninitialized cells in a Table View worksheet.

Declaration

TdxSpreadSheetDefaultCellStyle = class(
    TdxSpreadSheetCellStyle
)

Remarks

The default style settings are applied to both the newly created cell objects and uninitialized cells within a worksheet. A TdxSpreadSheetDefaultCellStyle object stores the cell style settings initialized by using the Styles and LookAndFeel properties provided by the Spreadsheet and Report Designer controls.

The TdxSpreadSheetDefaultCellStyle extends its ancestor with the Reset procedure that allows you to restore the default cell style state at the moment of control initialization if the default cell style was modified at runtime.

The default cell style is the part of the spreadsheet global appearance customization level.

A TdxSpreadSheetDefaultCellStyle object is referenced by the DefaultCellStyle property provided by the TdxCustomSpreadSheet class.

Inheritance

TObject
TdxSpreadSheetCellStyle
TdxSpreadSheetDefaultCellStyle
See Also