Skip to main content
All docs
V25.1
  • Row

    ConditionalFormattingCollection.Remove(CellRange) Method

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

    Namespace: DevExpress.Spreadsheet

    Assembly: DevExpress.Spreadsheet.v25.1.Core.dll

    NuGet Package: DevExpress.Spreadsheet.Core

    Declaration

    void Remove(
        CellRange range
    )

    Parameters

    Name Type Description
    range CellRange

    A CellRange 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