Click or drag to resize

XlsRangesCollection Activate Method

Activages a single cell, scroll to it and activates the respective sheet To select a range of cells, use the Select method.

Namespace: Spire.Xls.Core.Spreadsheet.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IXLSRange Activate(
	bool scroll
)

Parameters

scroll
Type: System Boolean
True to scroll to the cell

Return Value

Type: IXLSRange

Implements

IXLSRange Activate(Boolean)
See Also