Get Validation Applied on a Cell
Contents
[
Hide
]
You can use Aspose.Cells for Python via .NET to get the validation applied to a cell. Aspose.Cells for Python via .NET provides the Cell.get_validation() method for this purpose. If there is no validation applied on the cell, it returns null.
Similarly, you can use Worksheet.validations.get_validation_in_cell method to acquire the validation applied to a cell by providing its row and column indices.
python code to get the validation applied on a Cell
Below code sample, shows you how to get validation applied on a cell.