GetValidationInCell

ValidationCollection.GetValidationInCell method

Får valideringen tillämpad på given cell.

public Validation GetValidationInCell(int row, int column)
ParameterTypBeskrivning
rowInt32Radindex.
columnInt32Kolumnindex.

Returvärde

Returnerar aValidation objekt eller null om det inte finns någon validering för en given cell

Se även