XlsWorkbook
Activate Method
|
Note: This API is now obsolete.
Activates the first window associated with the workbook.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
[ObsoleteAttribute("the method is not implemented")]
public void Activate()
<ObsoleteAttribute("the method is not implemented")>
Public Sub Activate
public:
[ObsoleteAttribute(L"the method is not implemented")]
virtual void Activate() sealed
[<ObsoleteAttribute("the method is not implemented")>]
abstract Activate : unit -> unit
[<ObsoleteAttribute("the method is not implemented")>]
override Activate : unit -> unit
Implements
IWorkbook
Activate
See Also