SetFocusedCell
SetFocusedCell(CellLocation)
Setzt den Zellenfokus auf die angegebene Position.
public void SetFocusedCell(CellLocation cellLocation)
Parameter | Typ | Beschreibung |
---|---|---|
cellLocation | CellLocation | Zellenstandort. |
Siehe auch
- class CellLocation
- class Worksheet
- namensraum Aspose.Cells.GridDesktop
- Montage Aspose.Cells.GridDesktop
SetFocusedCell(int, int)
Setzt den Zellenfokus auf die angegebene Spalte und Zeile.
public void SetFocusedCell(int row, int col)
Parameter | Typ | Beschreibung |
---|---|---|
row | Int32 | Zeilenindex. |
col | Int32 | Spaltenindex. |
Siehe auch
- class Worksheet
- namensraum Aspose.Cells.GridDesktop
- Montage Aspose.Cells.GridDesktop