_Application.ProtectedViewWindows 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 a ProtectedViewWindows collection that represents all the Protected View windows that are open in the application.
public:
property Microsoft::Office::Interop::Excel::ProtectedViewWindows ^ ProtectedViewWindows { Microsoft::Office::Interop::Excel::ProtectedViewWindows ^ get(); };
public Microsoft.Office.Interop.Excel.ProtectedViewWindows ProtectedViewWindows { get; }
Public ReadOnly Property ProtectedViewWindows As ProtectedViewWindows
Property Value
A ProtectedViewWindows collection that represents all the Protected View windows that are open in the application.
Remarks
Read-only.