GroupShapes 接口

定义

代表组合形状中的单个形状。

public interface class GroupShapes : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("0002443C-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface GroupShapes : System.Collections.IEnumerable
Public Interface GroupShapes
Implements IEnumerable
属性
实现

注解

每个形状由 对象 Shape 表示。 Item(Object)将 方法用于此 对象,可以在组中处理单个形状,而无需取消组合它们。

GroupItems使用 属性可返回 GroupShapes 集合。 使用 GroupItems (index) ,其中 index 是分组形状中单个形状的编号,可从 GroupShapes 集合返回单个形状。

属性

Application

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

Count

返回集合中对象的数目。

Creator

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

Parent

返回指定对象的父对象。

Range[Object]

返回一个 ShapeRange 对象,该对象代表集合中形状的子 Shapes 集。

方法

_Default(Object)

仅供内部使用。

GetEnumerator()

代表组合形状中的单个形状。

Item(Object)

从集合中返回一个对象。

适用于