Get Validation Applied on a Cell with Golang via C++
Contents
[
Hide
]
You can use Aspose.Cells to get the validation applied to a cell. Aspose.Cells provides the Cell::GetValidation() method for this purpose. If there is no validation applied to the cell, it returns null.
Similarly, you can use the Worksheet::Validations::GetValidationInCell method to acquire the validation applied to a cell by providing its row and column indices.
C++ code to get the validation applied on a Cell
The code sample below shows how to get validation applied to a cell.