Skip to main content
A newer version of this page is available. .
Row

ConditionalFormattingCollection.Clear() Method

Removes all conditional formatting rules from the collection.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v18.2.Core.dll

Declaration

void Clear()

Remarks

To remove the specified ConditionalFormatting object, use the ConditionalFormattingCollection.Remove method. To remove the ConditionalFormatting object at the specified index from the collection, use the ConditionalFormattingCollection.RemoveAt method. To delete all conditional formatting rules from the worksheet, use the ConditionalFormattingCollection.Clear method.

To create the specified conditional formatting rule, use one of the following methods:

See Also