officefileapi-devexpress-dot-spreadsheet-dot-conditionalformattingcollection-dot-remove-x28-devexpress-dot-spreadsheet-dot-cellrange-x29.md
Removes all conditional formatting rules applied to the specified range of cells.
Namespace : DevExpress.Spreadsheet
Assembly : DevExpress.Spreadsheet.v25.2.Core.dll
NuGet Package : DevExpress.Spreadsheet.Core
void Remove(
CellRange range
)
Sub Remove(
range As CellRange
)
| Name | Type | Description |
|---|---|---|
| range | CellRange |
A CellRange object that specifies a range of cells over which the conditional formatting rules are applied.
|
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
ConditionalFormattingCollection Interface