TdxSpreadSheetConditionalFormattingRuleStyleBased.Style Property
Provides access to style settings applied to all cells that meet the rule’s formatting criteria.
Declaration
property Style: TdxSpreadSheetCellStyle read; write;
Property Value
Type | Description |
---|---|
TdxSpreadSheetCellStyle | Stores spreadsheet cell style settings. |
Remarks
Use Style
.Brush.Background, Style
.Brush.Style, and Style
.Brush.ForegroundColor properties to specify fill colors and a fill pattern for all affected cells within target cell ranges.
Refer to the TdxSpreadSheetCellStyle class description for detailed information on all available cell appearance customization options.
See Also