[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.EditableRangeCollection

EditableRangeCollection Class

Represents a collection of EditableRange elements.

Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
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

Properties

Name Description
this[RangeEditor]

Gets a collection of EditableRange items with specified rights.

Methods

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.