# GrapeCity.Documents.Word.RangeLocation

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Word_RangeLocation" data-uid="GrapeCity.Documents.Word.RangeLocation" class="text-break">RangeLocation Enum
</h1>
  <div class="markdown level0 summary"><p>Determines the position where to insert a new <a class="xref" href="GrapeCity.Documents.Word.ContentRange.html">ContentRange</a> or get a part of the specified range.</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_RangeLocation_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum RangeLocation</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum RangeLocation</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_RangeLocation_After">After</td>
        <td><p>Specifies an empty range immediately after the specified range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_RangeLocation_Before">Before</td>
        <td><p>Specifies an empty range immediately before the specified range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_RangeLocation_Content">Content</td>
        <td><p>Specifies a range that extends from the <a class="xref" href="GrapeCity.Documents.Word.RangeLocation.html#GrapeCity_Documents_Word_RangeLocation_Start">Start</a> of the specified range
to its <a class="xref" href="GrapeCity.Documents.Word.RangeLocation.html#GrapeCity_Documents_Word_RangeLocation_End">End</a>.</p>
<p>Note that any inserted content will be included in the specified range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_RangeLocation_End">End</td>
        <td><p>Specifies an empty range at the end of the specified range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_RangeLocation_Start">Start</td>
        <td><p>Specifies an empty range at the start of the specified range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_RangeLocation_Whole">Whole</td>
        <td><p>Specifies a range that includes the whole specified range from its <a class="xref" href="GrapeCity.Documents.Word.RangeLocation.html#GrapeCity_Documents_Word_RangeLocation_Before">Before</a>
to its <a class="xref" href="GrapeCity.Documents.Word.RangeLocation.html#GrapeCity_Documents_Word_RangeLocation_After">After</a> position (i.e. from the position immediately before
to the position immediately after the range).</p>
<p>Note that any inserted content will not be included in the specified range.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
