Shape.GroupItems Property

Returns a GroupShapes object that represents the individual shapes in the specified group.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property GroupItems As GroupShapes
    Get
'Usage
Dim instance As Shape
Dim value As GroupShapes

value = instance.GroupItems
GroupShapes GroupItems { get; }

Property Value

Type: Microsoft.Office.Interop.Word.GroupShapes

Remarks

Use the Item method of the GroupShapes object to return a single shape from the group.

This property applies to Shape or ShapeRange objects that represent grouped shapes.

See Also

Reference

Shape Interface

Shape Members

Microsoft.Office.Interop.Word Namespace