Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / GroupShapeCollection Class / Insert Method / Insert(RangeLocation) Method
The target RangeLocation for the insertion.

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

    Parameters

    location
    The target RangeLocation for the insertion.

    Return Value

    The inserted GroupShape.
    See Also