# GrapeCity.Documents.Word.EditableRange

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_EditableRange" data-uid="GrapeCity.Documents.Word.EditableRange" class="text-break">EditableRange Class
</h1>
  <div class="markdown level0 summary"><p>Represents a modifiable region of a document,
together with a user and/or group that are allowed to modify it
if the document protection is on.</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.ContentRange.html">ContentRange</a></div>
    <div class="level2"><span class="xref">EditableRange</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="GrapeCity.Documents.Word.IBrowsable-1.html">IBrowsable</a>&lt;<a class="xref" href="GrapeCity.Documents.Word.EditableRange.html">EditableRange</a>&gt;</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_EditableRange_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class EditableRange : ContentRange, IBrowsable&lt;EditableRange&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class EditableRange
    Inherits ContentRange
    Implements IBrowsable(Of EditableRange)</code></pre>
  </div>
  <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_EditableRange_EndDisplacedByCustomXml" data-uid="GrapeCity.Documents.Word.EditableRange.EndDisplacedByCustomXml">
          <a class="xref" href="GrapeCity.Documents.Word.EditableRange.EndDisplacedByCustomXml.html#GrapeCity_Documents_Word_EditableRange_EndDisplacedByCustomXml">EndDisplacedByCustomXml</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating that the end annotation's placement
shall be directly linked with the location of the physical presentation
of a custom XML element in the document.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_EditableRange_FirstCoveredColumn" data-uid="GrapeCity.Documents.Word.EditableRange.FirstCoveredColumn">
          <a class="xref" href="GrapeCity.Documents.Word.EditableRange.FirstCoveredColumn.html#GrapeCity_Documents_Word_EditableRange_FirstCoveredColumn">FirstCoveredColumn</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the zero-based index of the first column
in the row that shall be part of this EditableRange.</p>
<p>
-1 indicates that the EditableRange has default covering behavior.
</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_EditableRange_ID" data-uid="GrapeCity.Documents.Word.EditableRange.ID">
          <a class="xref" href="GrapeCity.Documents.Word.EditableRange.ID.html#GrapeCity_Documents_Word_EditableRange_ID">ID</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the unique ID of this comment.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_EditableRange_LastCoveredColumn" data-uid="GrapeCity.Documents.Word.EditableRange.LastCoveredColumn">
          <a class="xref" href="GrapeCity.Documents.Word.EditableRange.LastCoveredColumn.html#GrapeCity_Documents_Word_EditableRange_LastCoveredColumn">LastCoveredColumn</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the zero-based index of the last column
in the row that shall be part of this EditableRange.</p>
<p>
-1 indicates that the EditableRange has default covering behavior.
</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_EditableRange_Next" data-uid="GrapeCity.Documents.Word.EditableRange.Next">
          <a class="xref" href="GrapeCity.Documents.Word.EditableRange.Next.html#GrapeCity_Documents_Word_EditableRange_Next">Next</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the next EditableRange.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_EditableRange_Previous" data-uid="GrapeCity.Documents.Word.EditableRange.Previous">
          <a class="xref" href="GrapeCity.Documents.Word.EditableRange.Previous.html#GrapeCity_Documents_Word_EditableRange_Previous">Previous</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the previous EditableRange.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_EditableRange_RangeEditor" data-uid="GrapeCity.Documents.Word.EditableRange.RangeEditor">
          <a class="xref" href="GrapeCity.Documents.Word.EditableRange.RangeEditor.html#GrapeCity_Documents_Word_EditableRange_RangeEditor">RangeEditor</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies a single user or group for which this range permission shall be enabled
(i.e. a user/group which shall be able to edit this range when document protection is enabled).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_EditableRange_StartDisplacedByCustomXml" data-uid="GrapeCity.Documents.Word.EditableRange.StartDisplacedByCustomXml">
          <a class="xref" href="GrapeCity.Documents.Word.EditableRange.StartDisplacedByCustomXml.html#GrapeCity_Documents_Word_EditableRange_StartDisplacedByCustomXml">StartDisplacedByCustomXml</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating that the start annotation's placement
shall be directly linked with the location of the physical presentation
of a custom XML element in the document.</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_EditableRange_Delete" data-uid="GrapeCity.Documents.Word.EditableRange.Delete">
          <a class="xref" href="GrapeCity.Documents.Word.EditableRange.Delete.html#GrapeCity_Documents_Word_EditableRange_Delete">Delete()</a>
        </td>
        <td class="markdown level1 summary"><p>Deletes this range from the body content.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_EditableRange_ToString" data-uid="GrapeCity.Documents.Word.EditableRange.ToString">
          <a class="xref" href="GrapeCity.Documents.Word.EditableRange.ToString.html#GrapeCity_Documents_Word_EditableRange_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets string representation of the content.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
