get_validation_in_cell method
get_validation_in_cell(self, row, column)
Gets the validation applied to given cell.
Returns
Returns a Validation object or null if there is no validation for given cell
def get_validation_in_cell(self, row, column):
...
| Parameter | Type | Description |
|---|---|---|
| row | int | The row index. |
| column | int | The column index. |
See Also
- module
aspose.cells - class
Validation - class
ValidationCollection