DataValidationCollection — Aspose.Cells FOSS Python API Reference
DataValidationCollection — DataValidationCollection class in the Aspose.Cells FOSS Python API..
Package: aspose.cells_foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
count | `` | Read/Write | |
disable_prompts | `` | Read/Write | |
x_window | `` | Read/Write | |
y_window | `` | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
count() | void | |
disable_prompts() | void | |
x_window() | void | |
y_window() | void | |
add(sqref, validation_type, operator, formula1, formula2) | void | |
add_validation(validation) | void | |
remove(validation) | void | |
remove_at(index) | void | |
remove_by_range(sqref) | void | |
clear() | void | |
get_validation(cell_ref) | void |