XlsWorksheetBase
Activate Method
|
Makes the current sheet the active sheet. Equivalent to clicking the
sheet's tab in MS Excel.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public virtual void Activate()
Public Overridable Sub Activate
public:
virtual void Activate()
abstract Activate : unit -> unit
override Activate : unit -> unit
Implements
ITabSheet
Activate
See Also