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

In This Topic
    AddShape() Method
    In This Topic
    Adds a new GeometryType.Rectangle Shape (100 x 100 points) to the end of the group shape.
    Syntax
    'Declaration
     
    Public Overloads Function AddShape() As Shape
    public Shape AddShape()

    Return Value

    The added Shape.
    See Also