Skip to main content

TdxSpreadSheetCell.Style Property

Provides access to the cell object’s appearance and behavior settings.

Declaration

property Style: TdxSpreadSheetCellStyle read;

Property Value

Type
TdxSpreadSheetCellStyle

Remarks

You can use the Style.Brush and Style.Borders properties to customize the appearance of a cell corresponding to the current cell object. Refer to the TdxSpreadSheetCellStyle class description for detailed information on all cell appearance and behavior settings.

Individual cell style settings provided by the Style property have higher priority than those provided by the underlying objects of Table View worksheet’s columns and rows.

Refer to the Appearance Customization topic for detailed information on apperance customization levels of the Spreadsheet and Report Designer controls.

See Also