DataValidationCollection.Clear(CellRange) Method
Removes data validation criteria from the specified cell range.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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