Skip to main content
Row

Worksheet.IgnoredErrors Property

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

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

IgnoredErrorCollection IgnoredErrors { get; }

Property Value

Type Description
IgnoredErrorCollection

An IgnoredErrorCollection collection of IgnoredError objects.

See Also