Skip to main content

TdxSpreadSheetCellBrush Class

Stores the background appearance settings of a cell object.

Declaration

TdxSpreadSheetCellBrush = class(
    TdxSpreadSheetCustomBrush
)

Remarks

This class implements the brush used to fill the cell background.

The TdxSpreadSheetCellBrush class does not introduce any new functionality that is intended to be used directly from your code. For the list of customizable properties, refer to the TdxSpreadSheetCustomBrush class description.

The TdxSpreadSheetCellBrush object is referenced by the cell object’s Style.Brush property.

Inheritance

TObject
TdxSpreadSheetCustomBrush
TdxSpreadSheetCellBrush
See Also