[]
Inserts an EditableRange into the collection at a specified position.
public EditableRange Insert(UserEditor editor, RangeLocation location)
Public Function Insert(editor As UserEditor, location As RangeLocation) As EditableRange
Type | Name | Description |
---|---|---|
UserEditor | editor | Editor user name. |
RangeLocation | location | A RangeLocation for insertion. |
Type | Description |
---|---|
EditableRange | The inserted EditableRange. |
Inserts an EditableRange into the collection at a specified position.
public EditableRange Insert(GroupEditor editor, RangeLocation location)
Public Function Insert(editor As GroupEditor, location As RangeLocation) As EditableRange
Type | Name | Description |
---|---|---|
GroupEditor | editor | Editor group. |
RangeLocation | location | A RangeLocation for insertion. |
Type | Description |
---|---|
EditableRange | The inserted EditableRange. |