SetFocusedCell

SetFocusedCell(CellLocation)

Setzt den Zellenfokus auf die angegebene Position.

public void SetFocusedCell(CellLocation cellLocation)
ParameterTypBeschreibung
cellLocationCellLocationZellenstandort.

Siehe auch


SetFocusedCell(int, int)

Setzt den Zellenfokus auf die angegebene Spalte und Zeile.

public void SetFocusedCell(int row, int col)
ParameterTypBeschreibung
rowInt32Zeilenindex.
colInt32Spaltenindex.

Siehe auch