Aspose::Cells::ValidationCollection::GetValidationInCell method
ValidationCollection::GetValidationInCell method
Gets the validation applied to given cell.
Validation Aspose::Cells::ValidationCollection::GetValidationInCell(int32_t row, int32_t column)
Parameter | Type | Description |
---|---|---|
row | int32_t | The row index. |
column | int32_t | The column index. |
ReturnValue
Returns a Validation object or null if there is no validation for given cell
See Also
- Class Validation
- Class Vector
- Class ValidationCollection
- Namespace Aspose::Cells
- Library Aspose.Cells for C++