ProtectedViewWindows Members
Include Protected Members
Include Inherited Members
A collection of the ProtectedViewWindow objects that represent all the Protected View windows that are currently open in the application.
The ProtectedViewWindows type exposes the following members.
Properties
Name | Description | |
---|---|---|
_Default | ||
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 | Returns a single object from a collection. | |
Parent | Gets the parent object for the specified object. |
Top
Methods
Name | Description | |
---|---|---|
GetEnumerator() | (Inherited from IEnumerable.) | |
GetEnumerator() | ||
Open | Opens the specified workbook in a new Protected View window. |
Top