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()
Public Function Activate As IXLSRange
public:
IXLSRange^ Activate()
member Activate : unit -> IXLSRange
Return Value
Type:
IXLSRange
See Also