_Global.ActiveWindow Property
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property ActiveWindow As Window
Get
'Usage
Dim instance As _Global
Dim value As Window
value = instance.ActiveWindow
Window ActiveWindow { get; }
Property Value
Type: Microsoft.Office.Interop.Excel.Window