Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / GroupShape Class / AddGroupShape Method / AddGroupShape() Method

In This Topic
    AddGroupShape() Method
    In This Topic
    Adds a GroupShape to the end of the group shape.
    Syntax
    'Declaration
     
    Public Overloads Function AddGroupShape() As GroupShape
    public GroupShape AddGroupShape()

    Return Value

    The added GroupShape.
    See Also