Skip to main content
All docs
V19.1
.NET Framework 4.5.2+
Row

IgnoredErrorCollection.Add(Range, 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.v19.1.Core.dll

Declaration

IgnoredError Add(
    Range range,
    IgnoredErrorType errorType
)

Parameters

Name Type Description
range Range

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