Skip to main content
A newer version of this page is available.
All docs
V18.2
Row

ConditionalFormattingCollection.Remove(Range) Method

Removes all conditional formatting rules applied to the specified range of cells.

Namespace: DevExpress.Spreadsheet

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

Declaration

void Remove(
    Range range
)

Parameters

Name Type Description
range Range

A Range object that specifies a range of cells over which the conditional formatting rules are applied.

Remarks

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