ProtectedViewWindow.WindowState Property
Gets or sets the state of the specified Protected View window.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property WindowState As XlProtectedViewWindowState
Get
Set
'Usage
Dim instance As ProtectedViewWindow
Dim value As XlProtectedViewWindowState
value = instance.WindowState
instance.WindowState = value
XlProtectedViewWindowState WindowState { get; set; }
Property Value
Type: Microsoft.Office.Interop.Excel.XlProtectedViewWindowState
The state of the specified Protected View window.
Remarks
Read/write.