GroupShapes Interface

Definition

Represents the individual shapes within a grouped shape.

public interface class GroupShapes : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000209B6-0000-0000-C000-000000000046")]
public interface GroupShapes : System.Collections.IEnumerable
type GroupShapes = interface
    interface IEnumerable
Public Interface GroupShapes
Implements IEnumerable
Attributes
Implements

Remarks

Each shape is represented by a Shape object. Using the Item[Object] method with this object, you can work with single shapes within a group without having to ungroup them.

Use the GroupItems property to return the GroupShapes collection. Use GroupItems(index), where index is the number of the individual shape within the grouped shape, to return a single shape from the GroupShapes collection.

Properties

Application

Returns a Application object that represents the Microsoft Word application.

Count

Returns the number of items in the specified collection.

Creator

Returns a 32-bit integer that indicates the application in which the specified object was created.

Item[Object]

Returns an individual object in a collection.

Parent

Returns an object that represents the parent object of the specified object.

Methods

GetEnumerator()
Range(Object)

Returns a ShapeRange object.

Applies to