Skip to main content

TdxCustomSpreadSheet.DefaultCellStyle Property

Provides access to the default cell appearance settings.

Declaration

property DefaultCellStyle: TdxSpreadSheetDefaultCellStyle read;

Property Value

Type
TdxSpreadSheetDefaultCellStyle

Remarks

You can use this property to customize the appearance of both uninitialized and newly populated cells within a spreadsheet document. The Styles and/or LookAndFeel property values also determine the default cell visual settings.

Note

For additional information, refer to the Appearance Customization topic.

See Also