_Application.ProtectedViewWindows Property

Definition

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.

Applies to