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

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

    Parameters

    width
    The group shape width, in points.
    height
    The group shape height, in points.
    location
    The target RangeLocation for the insertion.

    Return Value

    The inserted GroupShape.
    See Also