CheckCell

GridCells.CheckCell method

FårCell element eller null vid angivet cellradindex och kolumnindex.

public GridCell CheckCell(int row, int column)
ParameterTypBeskrivning
rowInt32Radindex
columnInt32Kolumnindex

Returvärde

Returnera GridCell-objekt om ett cellobjekt finns. Returnera null om cellen inte finns.

Se även