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

DataValidationCollection.Clear(Range) Method

Removes data validation criteria from the specified cell 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 the cell range from which data validation should be removed.

Remarks

If the Range object specified by the range parameter is null or doesn’t belong to the worksheet owning the current DataValidationCollection collection that calls this method, an exception will be thrown.

See Also