# GrapeCity.Documents.Word.EditorGroup

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Word_EditorGroup" data-uid="GrapeCity.Documents.Word.EditorGroup" class="text-break">EditorGroup Enum
</h1>
  <div class="markdown level0 summary"><p>The edGrp attribute value of editors specifies that only user(s)
who the current application associates with the
editors group must be allowed to edit the contents between the start
and end markers when document protection is being enforced.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Word.html">GrapeCity.Documents.Word</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Word.dll</h6>
  <h5 id="GrapeCity_Documents_Word_EditorGroup_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum EditorGroup</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum EditorGroup</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_Documents_Word_EditorGroup_Administrators">Administrators</td>
        <td><p>Specifies that users associated with the Administrators
group shall be allowed to edit range permissions using
this editing group when document protection is enabled.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_EditorGroup_Contributors">Contributors</td>
        <td><p>Specifies that users associated with the Contributors
group shall be allowed to edit range permissions using
this editing group when document protection is
enabled.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_EditorGroup_Current">Current</td>
        <td><p>Specifies that users associated with the Current group
shall be allowed to edit range permissions using this
editing group when document protection is enabled.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_EditorGroup_Editors">Editors</td>
        <td><p>Specifies that users associated with the Editors group
shall be allowed to edit range permissions using this
editing group when document protection is enabled.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_EditorGroup_Everyone">Everyone</td>
        <td><p>Specifies that all users that open the document shall
be allowed to edit range permissions using this editing
group when document protection is enabled.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_EditorGroup_None">None</td>
        <td><p>Specifies that none of the users that open the
document shall be allowed to edit range permissions
using this editing group when document protection is
enabled.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_EditorGroup_Owners">Owners</td>
        <td><p>Specifies that users associated with the Owners group
shall be allowed to edit range permissions using this
editing group when document protection is enabled.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
