Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetCustomBrush Class

Stores cell background fill settings.

#Declaration

Delphi
TdxSpreadSheetCustomBrush = class(
    TObject
)

#Remarks

Background fill, border, and font settings define cell appearance in a worksheet. All cell style settings are stored in a spreadsheet document in XLSX, XLS, and ODS formats.

#Main API Members

The list below outlines key members of the TdxSpreadSheetCustomBrush class. These settings allow you to customize cell background appearance.

Assign
Copies background fill settings between cell objects or style-based conditional formatting rules.
BackgroundColor | ForegroundColor
Specify base cell fill and pattern colors.
Style
Allows you to switch between available cell background patterns.

#Terminal TdxSpreadSheetCustomBrush Class Descendant

Do not use the TdxSpreadSheetCustomBrush class directly. Use the TdxSpreadSheetCellBrush class instead.

#Inheritance

TObject
TdxSpreadSheetCustomBrush
See Also