XlsName
Activate Method (Boolean)
|
Activates a single cell, which must be inside the current selection.
To select a range of cells, use the Select method.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IXLSRange Activate(
bool scroll
)
Public Function Activate (
scroll As Boolean
) As IXLSRange
public:
virtual IXLSRange^ Activate(
bool scroll
) sealed
abstract Activate :
scroll : bool -> IXLSRange
override Activate :
scroll : bool -> IXLSRange
Parameters
-
scroll
-
Type:
System
Boolean
Return Value
Type:
IXLSRange
Implements
IXLSRange
Activate(Boolean)
See Also