Skip to main content
Row

DataValidationCollection.Clear(CellRange) Method

Removes data validation criteria from the specified cell range.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

void Clear(
    CellRange range
)

Parameters

Name Type Description
range CellRange

A CellRange object specifying the cell range from which data validation should be removed.

Remarks

If the CellRange 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