Skip to main content
A newer version of this page is available.
All docs
V18.2
Row

IgnoredErrorCollection.Clear(Range) Method

Removers all error-checking exclusions from the specified range.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v18.2.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