ProtectedViewWindow.WindowState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the state of the specified Protected View window.
public:
property Microsoft::Office::Interop::Excel::XlProtectedViewWindowState WindowState { Microsoft::Office::Interop::Excel::XlProtectedViewWindowState get(); void set(Microsoft::Office::Interop::Excel::XlProtectedViewWindowState value); };
public Microsoft.Office.Interop.Excel.XlProtectedViewWindowState WindowState { get; set; }
Public Property WindowState As XlProtectedViewWindowState
Property Value
The state of the specified Protected View window.
Remarks
Read/write.