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)
ParameterTypeDescription
rowint32_tThe row index.
columnint32_tThe column index.

ReturnValue

Returns a Validation object or null if there is no validation for given cell

See Also