SetFocusedCell

SetFocusedCell(CellLocation)

将单元格焦点设置在指定位置。

public void SetFocusedCell(CellLocation cellLocation)
范围类型描述
cellLocationCellLocation单元格位置。

也可以看看


SetFocusedCell(int, int)

将单元格焦点设置在指定的列和行。

public void SetFocusedCell(int row, int col)
范围类型描述
rowInt32行索引。
colInt32列索引。

也可以看看