GridCells.CellIndexToName

GridCells.CellIndexToName method

Gets cell name according to its row and column indexes.

public static string CellIndexToName(int row, int column)
ParameterTypeDescription
rowInt32Row index.
columnInt32Column index.

Return Value

Name of cell.

See Also