IgnoredErrorCollection.Add(CellRange, IgnoredErrorType) Method
In This Article
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.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
IgnoredError Add(
CellRange range,
IgnoredErrorType errorType
)
#Parameters
Name | Type | Description |
---|---|---|
range | Cell |
A Cell |
error |
Ignored |
A Ignored |
#Returns
Type | Description |
---|---|
Ignored |
A Ignored |
See Also