Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. Read-only.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.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.PowerPoint.GroupShapes