Click or drag to resize

XlsWorksheet SetActiveCell Method (IXLSRange, Boolean)

Sets active cell

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void SetActiveCell(
	IXLSRange range,
	bool updateApplication
)

Parameters

range
Type: Spire.Xls.Core IXLSRange
Cell to activate.
updateApplication
Type: System Boolean
See Also