[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.EditableRangeCollection.Add

Add Method

Add(UserEditor)

Adds an EditableRange into the collection at the Content position.

Declaration
public EditableRange Add(UserEditor editor)
Public Function Add(editor As UserEditor) As EditableRange
Parameters
Type Name Description
UserEditor editor

Editor user name.

Returns
Type Description
EditableRange

The added EditableRange.

Add(GroupEditor)

Adds an EditableRange into the collection at the Content position.

Declaration
public EditableRange Add(GroupEditor editor)
Public Function Add(editor As GroupEditor) As EditableRange
Parameters
Type Name Description
GroupEditor editor

Editor group.

Returns
Type Description
EditableRange

The added EditableRange.