Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / EditableRangeCollection Class / Add Method / Add(GroupEditor) Method
Editor group.

In This Topic
    Add(GroupEditor) Method
    In This Topic
    Adds an EditableRange into the collection at the RangeLocation.Content position.
    Syntax
    'Declaration
     
    Public Overloads Function Add( _
       ByVal editor As GroupEditor _
    ) As EditableRange
    public EditableRange Add( 
       GroupEditor editor
    )

    Parameters

    editor
    Editor group.

    Return Value

    The added EditableRange.
    See Also