Skip to main content

TdxSpreadSheetConditionalFormattingRuleStyleBased.Style Property

Specifies the style settings applied to the cells for which the rule’s formatting conditions are met.

Declaration

property Style: TdxSpreadSheetCellStyle read; write;

Property Value

Type
TdxSpreadSheetCellStyle

Remarks

Use this property to determine the appearance of all cells within the affected cell range(s) for which the formatting conditions are met. All controls that provide the conditional formatting functionality use the same ExpressSpreadSheet-compatible cell style settings for style-based conditional formatting rules. For instance, you can use the Style.Brush.BackgroundColor, Style.Brush.Style, and Style.Brush.ForegroundColor properties to specify the cell’s background color, the overlapping pattern type, and its color, respectively:

Refer to the TdxSpreadSheetCellStyle class description for detailed information on all available cell appearance customization options.

See Also