SetFocusedCell
SetFocusedCell(CellLocation)
Ställer in cellfokus på den angivna platsen.
public void SetFocusedCell(CellLocation cellLocation)
| Parameter | Typ | Beskrivning |
|---|---|---|
| cellLocation | CellLocation | Cellens plats. |
Se även
- class CellLocation
- class Worksheet
- namnutrymme Aspose.Cells.GridDesktop
- hopsättning Aspose.Cells.GridDesktop
SetFocusedCell(int, int)
Ställer in cellfokus vid den angivna kolumnen och raden.
public void SetFocusedCell(int row, int col)
| Parameter | Typ | Beskrivning |
|---|---|---|
| row | Int32 | Radindex. |
| col | Int32 | Kolumnindex. |
Se även
- class Worksheet
- namnutrymme Aspose.Cells.GridDesktop
- hopsättning Aspose.Cells.GridDesktop