GroupShapes Interface 

Represents the individual shapes within a grouped shape.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Public Class roupShapesImplementation
    Implements GroupShapes
End Class
Dim roupShapesImplementation1 As New roupShapesImplementation()

Syntax

Public Interface GroupShapes
    Inherits IEnumerable
public interface GroupShapes : IEnumerable
public interface class GroupShapes : public IEnumerable
public interface GroupShapes implements IEnumerable
public interface GroupShapes implements IEnumerable

Remarks

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

Use the GroupItems property to return the GroupShapes collection. Use GroupItems(index), where index is the number of the individual shape within the grouped shape, to return a single shape from the GroupShapes collection.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

GroupShapes Members