Skip to main content

TdxSpreadSheetTableView.ConditionalFormatting Property

Provides access to the conditional formatting controller that manages rules that apply to cell ranges within the worksheet.

Declaration

property ConditionalFormatting: TdxSpreadSheetConditionalFormatting read;

Property Value

Type
TdxSpreadSheetConditionalFormatting

Remarks

Call the ConditionalFormatting.Add procedure to apply a new conditional formatting rule to one or more cell ranges. You can use the ConditionalFormatting.Rules property to access individual rules that affect the current worksheet or call the ConditionalFormatting.Clear procedure to delete all existing rules. Refer to the TdxSpreadSheetCustomConditionalFormatting class descriptions for detailed information on all available options.

See Also