Skip to main content

TdxSpreadSheetCellStyle.Brush Property

Provides access to the cell object‘s background appearance settings.

Declaration

property Brush: TdxSpreadSheetCellBrush read; write;

Property Value

Type
TdxSpreadSheetCellBrush

Remarks

Use this property set to customize the appearance of the cell object’s background. With the Brush property, you can specify the cell background’s underlying color, the required pattern and its color. For additional information, refer to the TdxSpreadSheetCellBrush class description for more information.

See Also