Skip to main content
All docs
V25.1
  • Row

    IgnoredErrorCollection.Add(CellRange, IgnoredErrorType) Method

    Adds a new exclusion of specific error checking for the specified range to the collection of exclusions and returns the newly created object.

    Namespace: DevExpress.Spreadsheet

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

    NuGet Package: DevExpress.Spreadsheet.Core

    Declaration

    IgnoredError Add(
        CellRange range,
        IgnoredErrorType errorType
    )

    Parameters

    Name Type Description
    range CellRange

    A CellRange object that specifies the cell range for which specific error-checking will be disabled.

    errorType IgnoredErrorType

    A IgnoredErrorType enumeration value that specifies the type of error checking.

    Returns

    Type Description
    IgnoredError

    A IgnoredError object that specifies error-checking exclusion.

    See Also