Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / EditableRangeCollection Class / Item Property / Item(RangeEditor) Property
UserEditor or GroupEditor.

In This Topic
    Item(RangeEditor) Property
    In This Topic
    Gets a collection of EditableRange items with specified rights.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal editor As RangeEditor _
    ) As System.Collections.Generic.IEnumerable(Of EditableRange)
    public System.Collections.Generic.IEnumerable<EditableRange> Item( 
       RangeEditor editor
    ) {get;}

    Parameters

    editor
    UserEditor or GroupEditor.

    Property Value

    The collection of EditableRange elements filtered by editor.
    See Also