ProtectedViewWindows Interface

Definition

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

public interface class ProtectedViewWindows : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000244CC-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface ProtectedViewWindows : System.Collections.IEnumerable
Public Interface ProtectedViewWindows
Implements IEnumerable
Attributes
Implements

Remarks

Use the ProtectedViewWindows property to return the ProtectedViewWindows collection.

Properties

_Default[Object]
Application

When used without an object qualifier, this property returns an Application object that represents the Microsoft Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object (you can use this property with an OLE Automation object to return the application of that object).

Count

Gets a value that represents the number of objects in the collection.

Creator

Gets a 32-bit integer that indicates the application in which this object was created.

Item[Object]

Returns a single object from a collection.

Parent

Gets the parent object for the specified object.

Methods

GetEnumerator()
Open(String, Object, Object, Object)

Opens the specified workbook in a new Protected View window.

Applies to