ValidationCollection.GetValidationInCell

ValidationCollection.GetValidationInCell method

Gets the validation applied to given cell.

public Validation GetValidationInCell(int row, int column)
ParameterTypeDescription
rowInt32The row index.
columnInt32The column index.

Return Value

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

See Also