Skip to main content

TdxSpreadSheetCellBrush Members

Stores the background appearance settings of a cell object.

Constructors

Name Description
Create(TdxSpreadSheetBrushes) Initializes a new instance of the TdxSpreadSheetCustomBrush class with specified settings. Inherited from TdxSpreadSheetCustomBrush.
Create(TdxSpreadSheetCellStyle) Initializes a new instance of the TdxSpreadSheetCellBrush class with specified settings.

Properties

Name Description
BackgroundColor Specifies the underlying (i.e., base or background) color of the brush. Inherited from TdxSpreadSheetCustomBrush.
ForegroundColor Specifies the color of the pattern painted over the brush’s base (i.e., background) color. Inherited from TdxSpreadSheetCustomBrush.
IsDefault Inherited from TdxSpreadSheetCustomBrush.
Owner Returns the cell style instance to which the current cell brush belongs.
Style Specifies the pattern painted over the brush’s base color. Inherited from TdxSpreadSheetCustomBrush.

Methods

Name Description
Assign(TdxSpreadSheetCustomBrush) Inherited from TdxSpreadSheetCustomBrush.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
ToString Inherited from TObject.
See Also