GroupShapes Object
Excel Developer Reference |
Represents the individual shapes within a grouped shape.
Remarks
Each shape is represented by a Shape object. Using the Item method with this object, you can work with single shapes within a group without having to ungroup them.
Example
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 the GroupShapes collection. The following example adds three triangles to myDocument, groups them, sets a color for the entire group, and then changes the color for the second triangle only.
Visual Basic for Applications |
---|
|
See Also