ProtectedViewWindows 接口

定义

对象的集合, ProtectedViewWindow 这些对象表示当前在应用程序中打开的所有受保护的视图窗口。

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
属性
实现

注解

ProtectedViewWindows使用 属性返回ProtectedViewWindows集合。

属性

_Default[Object]

对象的集合, ProtectedViewWindow 这些对象表示当前在应用程序中打开的所有受保护的视图窗口。

Application

在没有对象限定符的情况下使用时,此属性返回表示 Application Microsoft Excel 应用程序的 对象。 当与对象限定符一起使用时,此属性返回一个 Application 对象,该对象表示指定对象的创建者 (可以将此属性与 OLE 自动化对象一起使用,以返回该对象的应用程序) 。

Count

获取一个值,该值表示集合中的对象数。

Creator

获取一个 32 位整数,该 整数 指示创建此对象的应用程序。

Item[Object]

从集合中返回一个对象。

Parent

获取指定对象的父对象。

方法

GetEnumerator()

对象的集合, ProtectedViewWindow 这些对象表示当前在应用程序中打开的所有受保护的视图窗口。

Open(String, Object, Object, Object)

在新的“受保护的视图”窗口中打开指定的工作簿。

适用于