CellNameToIndex

GridCells.CellNameToIndex method

Ruft die Zeilen- und Spaltenindizes der Zelle gemäß ihrem Namen ab

public static void CellNameToIndex(string cellName, out int row, out int column)
ParameterTypBeschreibung
cellNameStringName der Zelle.
rowInt32&Zeilenindex ausgeben
columnInt32&Spaltenindex ausgeben

Siehe auch