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
Public property Application Returns an Application object that represents the creator of the specified object.
Public property Count Returns the number of objects in the specified collection. Read-only.
Public property 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.
Public property Item Returns a single Shape object from the specified GroupShapes collection.
Public property Parent Returns the parent object for the specified object.

Top

Methods

  Name Description
Public method GetEnumerator() (Inherited from IEnumerable.)
Public method GetEnumerator() Returns an enumerator that iterates through the collection of grouped shapes.
Public method Range Returns a ShapeRange object.

Top

See Also

Reference

GroupShapes Interface

Microsoft.Office.Interop.PowerPoint Namespace