Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / EditableRangeCollection Class / Insert Method / Insert(GroupEditor,RangeLocation) Method
Editor group.
A RangeLocation for insertion.

In This Topic
    Insert(GroupEditor,RangeLocation) Method
    In This Topic
    Inserts an EditableRange into the collection at a specified position.
    Syntax
    'Declaration
     
    Public Overloads Function Insert( _
       ByVal editor As GroupEditor, _
       ByVal location As RangeLocation _
    ) As EditableRange
    public EditableRange Insert( 
       GroupEditor editor,
       RangeLocation location
    )

    Parameters

    editor
    Editor group.
    location
    A RangeLocation for insertion.

    Return Value

    The inserted EditableRange.
    See Also