SetFocusedCell
SetFocusedCell(CellLocation)
将单元格焦点设置在指定位置。
public void SetFocusedCell(CellLocation cellLocation)
| 范围 | 类型 | 描述 |
|---|---|---|
| cellLocation | CellLocation | 单元格位置。 |
也可以看看
- class CellLocation
- class Worksheet
- 命名空间 Aspose.Cells.GridDesktop
- 部件 Aspose.Cells.GridDesktop
SetFocusedCell(int, int)
将单元格焦点设置在指定的列和行。
public void SetFocusedCell(int row, int col)
| 范围 | 类型 | 描述 |
|---|---|---|
| row | Int32 | 行索引。 |
| col | Int32 | 列索引。 |