GroupShapes Interface

Represents the individual shapes within a grouped shape. Each shape is represented by a Shape object. By using the Item method with this object, you can work with single shapes within a group without having to ungroup them.

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

Syntax

'Declaration
<GuidAttribute("9149347B-5A91-11CF-8700-00AA0060263B")> _
Public Interface GroupShapes _
    Inherits IEnumerable
'Usage
Dim instance As GroupShapes
[GuidAttribute("9149347B-5A91-11CF-8700-00AA0060263B")]
public interface GroupShapes : IEnumerable

See Also

Reference

GroupShapes Members

Microsoft.Office.Interop.PowerPoint Namespace