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

TdxSpreadSheetTableView.ConditionalFormatting Property

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

#Declaration

Delphi
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