Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

Worksheet.IgnoredErrors Property

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

Namespace: DevExpress.Spreadsheet

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

Declaration

IgnoredErrorCollection IgnoredErrors { get; }

Property Value

Type Description
IgnoredErrorCollection

An IgnoredErrorCollection collection of IgnoredError objects.

See Also