Skip to main content
Row

ConditionalFormattingCollection.Remove(ConditionalFormatting) Method

Removes the specified conditional formatting rule from the collection.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

void Remove(
    ConditionalFormatting formatting
)

Parameters

Name Type Description
formatting ConditionalFormatting

A ConditionalFormatting object to be removed from the collection.

Remarks

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

To apply conditional format to a range of cells, use one of the following methods depending on the rule you wish to create:

See Also