ShapeRange.GroupItems Property
Excel Developer Reference |
Returns a GroupShapes object that represents the individual shapes in the specified group. Use the Item method of the GroupShapes object to return a single shape from the group. Applies to ShapeRange objects that represent grouped shapes. Read-only.
Syntax
expression.GroupItems
expression A variable that represents a ShapeRange object.
Example
This 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