Share via


ShapeRange.GroupItems Property

Returns a GroupShapes object that represents the individual shapes in the specified group. Applies to ShapeRange objects that represent grouped shapes. Read-only.

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

Syntax

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

value = instance.GroupItems
GroupShapes GroupItems { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.GroupShapes

Remarks

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

See Also

Reference

ShapeRange Interface

ShapeRange Members

Microsoft.Office.Interop.Excel Namespace