Skip to main content
All docs
V25.1
  • Row

    IgnoredErrorCollection.Clear(CellRange) Method

    Removers all error-checking exclusions from the specified range.

    Namespace: DevExpress.Spreadsheet

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

    NuGet Package: DevExpress.Spreadsheet.Core

    Declaration

    void Clear(
        CellRange range
    )

    Parameters

    Name Type Description
    range CellRange

    A CellRange object specifying a range of cells for which all error-checking options will be enabled.

    See Also