GetCell

GridCells.GetCell method

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

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

Returvärde

Returnera cellobjekt om ett cellobjekt finns. Returnera null om cellen inte finns.

Se även