GridCells.GetCell

GridCells.GetCell method

Gets the GridCell element or null at the specified cell row index and column index.

public GridCell GetCell(int row, int column)
ParameterTypeDescription
rowInt32Row index
columnInt32Column index

Return Value

Return Cell object if a Cell object exists. Return null if the cell does not exist.

See Also