GroupShapes Members
Include Protected Members
Include Inherited Members
Represents the individual shapes within a grouped shape. Each shape is represented by a Shape object. By using the Item method with this object, you can work with single shapes within a group without having to ungroup them.
The GroupShapes type exposes the following members.
Properties
Name | Description | |
---|---|---|
Application | Returns an Application object that represents the creator of the specified object. | |
Count | Returns the number of objects in the specified collection. Read-only. | |
Creator | Returns a 64-bit signed integer that represents the four-character creator code for the application in which the specified object was created. For example, if the object was created in Microsoft PowerPoint, this property returns the hexadecimal number 50575054. Read-only. | |
Item | Returns a single Shape object from the specified GroupShapes collection. | |
Parent | Returns the parent object for the specified object. |
Top
Methods
Name | Description | |
---|---|---|
GetEnumerator() | (Inherited from IEnumerable.) | |
GetEnumerator() | Returns an enumerator that iterates through the collection of grouped shapes. | |
Range | Returns a ShapeRange object. |
Top