Skip to main content
All docs
V19.1
.NET Framework 4.5.2+
Row

IgnoredErrorCollection.Clear(Range) Method

Removers all error-checking exclusions from the specified range.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

void Clear(
    Range range
)

Parameters

Name Type Description
range Range

A Range object specifying a range of cells for which all error-checking options will be enabled.

See Also