[]
Represents a collection of EditableRange elements.
public class EditableRangeCollection : ContentRangeCollection<EditableRange>, IContentList<EditableRange>, IReadOnlyList<EditableRange>, IReadOnlyCollection<EditableRange>, IEnumerable<EditableRange>, IEnumerable
Public Class EditableRangeCollection
Inherits ContentRangeCollection(Of EditableRange)
Implements IContentList(Of EditableRange), IReadOnlyList(Of EditableRange), IReadOnlyCollection(Of EditableRange), IEnumerable(Of EditableRange), IEnumerable
Name | Description |
---|---|
this[RangeEditor] | Gets a collection of EditableRange items with specified rights. |
Name | Description |
---|---|
Add(GroupEditor) | Adds an EditableRange into the collection at the Content position. |
Add(UserEditor) | Adds an EditableRange into the collection at the Content position. |
Insert(GroupEditor, RangeLocation) | Inserts an EditableRange into the collection at a specified position. |
Insert(UserEditor, RangeLocation) | Inserts an EditableRange into the collection at a specified position. |