Window.ActiveSheetView Property
Returns an object that represents the view of the active sheet in the specified window. Read-only.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property ActiveSheetView As Object
Get
'Usage
Dim instance As Window
Dim value As Object
value = instance.ActiveSheetView
Object ActiveSheetView { get; }
Property Value
Type: System.Object