Back to Devexpress

Worksheet.IgnoredErrors Property

officefileapi-devexpress-dot-spreadsheet-dot-worksheet-be5b50ea.md

latest1.2 KB
Original Source

Worksheet.IgnoredErrors Property

Provides access to ranges and error types which are ignored in those ranges.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
IgnoredErrorCollection IgnoredErrors { get; }
vb
ReadOnly Property IgnoredErrors As IgnoredErrorCollection

Property Value

TypeDescription
IgnoredErrorCollection

An IgnoredErrorCollection collection of IgnoredError objects.

|

See Also

Worksheet Interface

Worksheet Members

DevExpress.Spreadsheet Namespace