Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / EditableRangeCollection Class / Insert Method / Insert(UserEditor,RangeLocation) Method
Editor user name.
A RangeLocation for insertion.

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

    Parameters

    editor
    Editor user name.
    location
    A RangeLocation for insertion.

    Return Value

    The inserted EditableRange.
    See Also