GroupShapes Members

Include Protected Members
Include Inherited Members

Represents the individual shapes within a grouped shape. Each shape is represented by a CanvasShapes object. Using the Item[Object] 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 Long 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 Office 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() Groups the shapes in the specified range. Returns the grouped shapes as a single CanvasShapes object.
Public method Range Returns a ShapeRange object.

Top

See Also

Reference

GroupShapes Interface

Microsoft.Office.Interop.PowerPoint Namespace