# GrapeCity.Documents.Word.GroupEditor

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_GroupEditor" data-uid="GrapeCity.Documents.Word.GroupEditor" class="text-break">GroupEditor Class
</h1>
  <div class="markdown level0 summary"><p>Specifies an alias (or editing group) which shall be used
to determine if the current user shall be allowed to edit
this range of the document. This mechanism simply provides
a set of predefined editing groups which can be associated
with user accounts by applications in any desired manner.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="GrapeCity.Documents.Word.RangeEditor.html">RangeEditor</a></div>
    <div class="level2"><span class="xref">GroupEditor</span></div>
  </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_GroupEditor_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class GroupEditor : RangeEditor</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class GroupEditor
    Inherits RangeEditor</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Word_GroupEditor__ctor_GrapeCity_Documents_Word_EditorGroup_" data-uid="GrapeCity.Documents.Word.GroupEditor.#ctor(GrapeCity.Documents.Word.EditorGroup)">
          <a class="xref" href="GrapeCity.Documents.Word.GroupEditor.-ctor.html#GrapeCity_Documents_Word_GroupEditor__ctor_GrapeCity_Documents_Word_EditorGroup_">GroupEditor(EditorGroup)</a>
        </td>
        <td class="markdown level1 summary"><p>Create GroupEditor object with group id</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Word_GroupEditor_Group" data-uid="GrapeCity.Documents.Word.GroupEditor.Group">
          <a class="xref" href="GrapeCity.Documents.Word.GroupEditor.Group.html#GrapeCity_Documents_Word_GroupEditor_Group">Group</a>
        </td>
        <td class="markdown level1 summary"><p>Editor group</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Word_GroupEditor_Equals_System_Object_" data-uid="GrapeCity.Documents.Word.GroupEditor.Equals(System.Object)">
          <a class="xref" href="GrapeCity.Documents.Word.GroupEditor.Equals.html#GrapeCity_Documents_Word_GroupEditor_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Check object for equality</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_GroupEditor_GetHashCode" data-uid="GrapeCity.Documents.Word.GroupEditor.GetHashCode">
          <a class="xref" href="GrapeCity.Documents.Word.GroupEditor.GetHashCode.html#GrapeCity_Documents_Word_GroupEditor_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Implementation based on important fields</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
