[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.EditableRangeCollection.Item

this Property

this[RangeEditor]

Gets a collection of EditableRange items with specified rights.

Declaration
public IEnumerable<EditableRange> this[RangeEditor editor] { get; }
Public ReadOnly Default Property Item(editor As RangeEditor) As IEnumerable(Of EditableRange)
Parameters
Type Name Description
RangeEditor editor

UserEditor or GroupEditor.

Property Value
Type Description
IEnumerable<EditableRange>

The collection of EditableRange elements filtered by editor.