# GrapeCity.Documents.Word.EditableRangeCollection.Item

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_EditableRangeCollection_Item_" data-uid="GrapeCity.Documents.Word.EditableRangeCollection.Item*">this Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_EditableRangeCollection_Item_" data-uid="GrapeCity.Documents.Word.EditableRangeCollection.Item*"></a>
<h4 id="GrapeCity_Documents_Word_EditableRangeCollection_Item_GrapeCity_Documents_Word_RangeEditor_" data-uid="GrapeCity.Documents.Word.EditableRangeCollection.Item(GrapeCity.Documents.Word.RangeEditor)">this[RangeEditor]</h4>
<div class="markdown level1 summary"><p>Gets a collection of <a class="xref" href="GrapeCity.Documents.Word.EditableRange.html">EditableRange</a> items with specified rights.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public IEnumerable&lt;EditableRange&gt; this[RangeEditor editor] { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Default Property Item(editor As RangeEditor) As IEnumerable(Of EditableRange)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.Documents.Word.RangeEditor.html">RangeEditor</a></td>
      <td><span class="parametername">editor</span></td>
      <td><p><a class="xref" href="GrapeCity.Documents.Word.UserEditor.html">UserEditor</a> or <a class="xref" href="GrapeCity.Documents.Word.GroupEditor.html">GroupEditor</a>.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="GrapeCity.Documents.Word.EditableRange.html">EditableRange</a>&gt;</td>
      <td><p>The collection of EditableRange elements filtered by <code class="paramref">editor</code>.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
