Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / GroupShapeCollection Class / Add Method / Add(Single,Single) Method
The group shape width, in points.
The group shape height, in points.

In This Topic
    Add(Single,Single) Method
    In This Topic
    Inserts a GroupShape into this collection at the End location.
    Syntax
    'Declaration
     
    Public Overloads Function Add( _
       ByVal width As System.Single, _
       ByVal height As System.Single _
    ) As GroupShape
    public GroupShape Add( 
       System.float width,
       System.float height
    )

    Parameters

    width
    The group shape width, in points.
    height
    The group shape height, in points.

    Return Value

    The inserted GroupShape.
    See Also