Validation module
- class Validation.Validation
Bases:
XlsValidationWrapperRepresents data validation settings for a cell or range in Excel.
This class extends XlsValidationWrapper and provides functionality for defining and managing data validation rules that restrict the type of data or values that can be entered into cells in Excel worksheets.
- property DataRange: CellRange
Gets or sets the cell range to which the data validation applies.
This property specifies the range of cells that will be validated according to the validation rules defined in this object.
- Returns:
The cell range object representing the data validation range.
- Return type:
