Worksheet.SetFocusedCell
SetFocusedCell(CellLocation)
Sets the cell focus at the specified location.
public void SetFocusedCell(CellLocation cellLocation)
Parameter | Type | Description |
---|---|---|
cellLocation | CellLocation | Cell location. |
See Also
- class CellLocation
- class Worksheet
- namespace Aspose.Cells.GridDesktop
- assembly Aspose.Cells.GridDesktop
SetFocusedCell(int, int)
Sets the cell focus at the specified column and row.
public void SetFocusedCell(int row, int col)
Parameter | Type | Description |
---|---|---|
row | Int32 | Row index. |
col | Int32 | Column index. |
See Also
- class Worksheet
- namespace Aspose.Cells.GridDesktop
- assembly Aspose.Cells.GridDesktop