Panes 接口

定义

指定窗口中显示的所有 Pane 对象的集合。

public interface class Panes
[System.Runtime.InteropServices.Guid("00020894-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface Panes
Public Interface Panes
属性

注解

Pane 对象只对于工作表和 Microsoft Excel 4.0 宏表存在。

Panes使用 属性可返回 Panes 集合。

使用 Panes (index) (其中 index 是窗格索引号)返回单个 Pane 对象。

属性

_Default[Int32]

仅供内部使用。

Application

返回一个 Application 对象,该对象代表 Microsoft Excel 应用程序。

Count

返回集合中对象的数目。

Creator

返回一个 32 位整数,该整数指示在其中创建了此对象的应用程序。

Item[Int32]

从集合中返回一个对象。

Parent

返回指定对象的父对象。

适用于