Worksheet.SetFocusedCell

SetFocusedCell(CellLocation)

Sets the cell focus at the specified location.

public void SetFocusedCell(CellLocation cellLocation)
ParameterTypeDescription
cellLocationCellLocationCell location.

See Also


SetFocusedCell(int, int)

Sets the cell focus at the specified column and row.

public void SetFocusedCell(int row, int col)
ParameterTypeDescription
rowInt32Row index.
colInt32Column index.

See Also