Worksheet.CellIndexToR1C1

Worksheet.CellIndexToR1C1 method

Gets cell r1c1 style name according to its row and column indexes.

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

Return Value

R1C1 style name of cell.

See Also