[]
Adds an EditableRange into the collection at the Content position.
public EditableRange Add(UserEditor editor)
Public Function Add(editor As UserEditor) As EditableRange
Type | Name | Description |
---|---|---|
UserEditor | editor | Editor user name. |
Type | Description |
---|---|
EditableRange | The added EditableRange. |
Adds an EditableRange into the collection at the Content position.
public EditableRange Add(GroupEditor editor)
Public Function Add(editor As GroupEditor) As EditableRange
Type | Name | Description |
---|---|---|
GroupEditor | editor | Editor group. |
Type | Description |
---|---|
EditableRange | The added EditableRange. |