ProtectedViewWindows Interface

A collection of the ProtectedViewWindow objects that represent all the Protected View windows that are currently open in the application.

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

Syntax

'Declaration
<GuidAttribute("000244CC-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface ProtectedViewWindows _
    Inherits IEnumerable
'Usage
Dim instance As ProtectedViewWindows
[GuidAttribute("000244CC-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface ProtectedViewWindows : IEnumerable

Remarks

Use the ProtectedViewWindows property to return the ProtectedViewWindows collection.

See Also

Reference

ProtectedViewWindows Members

Microsoft.Office.Interop.Excel Namespace