Window.View Property
Returns or sets the view showing in the window.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property View As XlWindowView
Get
Set
'Usage
Dim instance As Window
Dim value As XlWindowView
value = instance.View
instance.View = value
XlWindowView View { get; set; }
Property Value
Type: Microsoft.Office.Interop.Excel.XlWindowView