Documents for Word, .NET Edition
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / EditableRangeCollection Class / Insert(RangeEditor,RangeLocation) Method
Editor name/group.
A RangeLocation for insertion.

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

    Parameters

    editor
    Editor name/group.
    location
    A RangeLocation for insertion.

    Return Value

    The inserted EditableRange.
    See Also