CellIndexToR1C1

Worksheet.CellIndexToR1C1 method

Ruft den Stilnamen der Zelle r1c1 gemäß den Zeilen- und Spaltenindizes ab.

public static string CellIndexToR1C1(int row, int column)
ParameterTypBeschreibung
rowInt32Zeilenindex.
columnInt32Spaltenindex.

Rückgabewert

Name der Zelle im R1C1-Stil.

Siehe auch