_Application.ProtectedViewWindows Property

Gets a ProtectedViewWindows collection that represents all the Protected View windows that are open in the application.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property ProtectedViewWindows As ProtectedViewWindows
    Get
'Usage
Dim instance As _Application
Dim value As ProtectedViewWindows

value = instance.ProtectedViewWindows
ProtectedViewWindows ProtectedViewWindows { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.ProtectedViewWindows
A ProtectedViewWindows collection that represents all the Protected View windows that are open in the application.

Remarks

Read-only.

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Excel Namespace