Skip to main content

TdxSpreadSheetCustomBrush Class

Stores cell background fill settings.

Declaration

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