GridCells.GetCell

GridCells.GetCell method

Gets the GridCell element 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

See Also