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