Skip to main content
Row

IgnoredErrorCollection.Clear() Method

Removes all error-checking exclusions from the collection.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

void Clear()

Remarks

To delete an individual error-checking exclusion from the collection, use the IgnoredErrorCollection.Remove or IgnoredErrorCollection.RemoveAt method.

See Also