# GrapeCity.Documents.Word.RangeBase

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_RangeBase" data-uid="GrapeCity.Documents.Word.RangeBase" class="text-break">RangeBase Class
</h1>
  <div class="markdown level0 summary"><p>Base class for <a class="xref" href="GrapeCity.Documents.Word.Range.html">Range</a> and <span class="xref">GrapeCity.Documents.Word.RangeBase.Body</span> that allows manipulating content in a document.</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.ContentCollection-1.html">ContentCollection</a>&lt;<a class="xref" href="GrapeCity.Documents.Word.ContentObject.html">ContentObject</a>&gt;</div>
    <div class="level2"><a class="xref" href="GrapeCity.Documents.Word.ContentObjectCollection-1.html">ContentObjectCollection</a>&lt;<a class="xref" href="GrapeCity.Documents.Word.ContentObject.html">ContentObject</a>&gt;</div>
    <div class="level3"><span class="xref">RangeBase</span></div>
      <div class="level4"><a class="xref" href="GrapeCity.Documents.Word.Body.html">Body</a></div>
      <div class="level4"><a class="xref" href="GrapeCity.Documents.Word.Range.html">Range</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="GrapeCity.Documents.Word.IContentList-1.html">IContentList</a>&lt;<a class="xref" href="GrapeCity.Documents.Word.ContentObject.html">ContentObject</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlylist-1">IReadOnlyList</a>&lt;<a class="xref" href="GrapeCity.Documents.Word.ContentObject.html">ContentObject</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlycollection-1">IReadOnlyCollection</a>&lt;<a class="xref" href="GrapeCity.Documents.Word.ContentObject.html">ContentObject</a>&gt;</div>
    <div><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.ContentObject.html">ContentObject</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></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_RangeBase_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class RangeBase : ContentObjectCollection&lt;ContentObject&gt;, IContentList&lt;ContentObject&gt;, IReadOnlyList&lt;ContentObject&gt;, IReadOnlyCollection&lt;ContentObject&gt;, IEnumerable&lt;ContentObject&gt;, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class RangeBase
    Inherits ContentObjectCollection(Of ContentObject)
    Implements IContentList(Of ContentObject), IReadOnlyList(Of ContentObject), IReadOnlyCollection(Of ContentObject), IEnumerable(Of ContentObject), IEnumerable</code></pre>
  </div>
  <h5 id="GrapeCity_Documents_Word_RangeBase_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>A range's content is determined by its <a class="xref" href="GrapeCity.Documents.Word.RangeBase.Start.html#GrapeCity_Documents_Word_RangeBase_Start">Start</a> and <a class="xref" href="GrapeCity.Documents.Word.RangeBase.End.html#GrapeCity_Documents_Word_RangeBase_End">End</a> markers.
Content objects that satisfy any of the following conditions are included in the range:</p>
<ul><li>An object's start is positioned between the start and the end of the range.</li><li>An object's start is positioned on the start or on the end of the range.</li><li>An object's end is positioned between the start and the end of the range.</li><li>An object's end is positioned on the start or the end of the range.</li><li>An object's start is positioned before the start of the range and the object's end is positioned after the end of the range.</li></ul>
The <a class="xref" href="GrapeCity.Documents.Word.RangeBase.GetInnerCollection.html#GrapeCity_Documents_Word_RangeBase_GetInnerCollection__1">GetInnerCollection&lt;T&gt;()</a> method allows excluding objects that satisfy the last condition.
</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_RangeBase_BidirectionalOverrides" data-uid="GrapeCity.Documents.Word.RangeBase.BidirectionalOverrides">
          <a class="xref" href="GrapeCity.Documents.Word.RangeBase.BidirectionalOverrides.html#GrapeCity_Documents_Word_RangeBase_BidirectionalOverrides">BidirectionalOverrides</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of bidirectional overrides included in this range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_RangeBase_Bookmarks" data-uid="GrapeCity.Documents.Word.RangeBase.Bookmarks">
          <a class="xref" href="GrapeCity.Documents.Word.RangeBase.Bookmarks.html#GrapeCity_Documents_Word_RangeBase_Bookmarks">Bookmarks</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of bookmarks included in this range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_RangeBase_CanvasShapes" data-uid="GrapeCity.Documents.Word.RangeBase.CanvasShapes">
          <a class="xref" href="GrapeCity.Documents.Word.RangeBase.CanvasShapes.html#GrapeCity_Documents_Word_RangeBase_CanvasShapes">CanvasShapes</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of canvas shapes included in this range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_RangeBase_Cells" data-uid="GrapeCity.Documents.Word.RangeBase.Cells">
          <a class="xref" href="GrapeCity.Documents.Word.RangeBase.Cells.html#GrapeCity_Documents_Word_RangeBase_Cells">Cells</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of table cells included in this range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_RangeBase_Comments" data-uid="GrapeCity.Documents.Word.RangeBase.Comments">
          <a class="xref" href="GrapeCity.Documents.Word.RangeBase.Comments.html#GrapeCity_Documents_Word_RangeBase_Comments">Comments</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of comments included in this range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_RangeBase_ComplexFields" data-uid="GrapeCity.Documents.Word.RangeBase.ComplexFields">
          <a class="xref" href="GrapeCity.Documents.Word.RangeBase.ComplexFields.html#GrapeCity_Documents_Word_RangeBase_ComplexFields">ComplexFields</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of complex fields included in this range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_RangeBase_ContentControls" data-uid="GrapeCity.Documents.Word.RangeBase.ContentControls">
          <a class="xref" href="GrapeCity.Documents.Word.RangeBase.ContentControls.html#GrapeCity_Documents_Word_RangeBase_ContentControls">ContentControls</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of content controls included in this range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_RangeBase_Document" data-uid="GrapeCity.Documents.Word.RangeBase.Document">
          <a class="xref" href="GrapeCity.Documents.Word.RangeBase.Document.html#GrapeCity_Documents_Word_RangeBase_Document">Document</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Documents.Word.DocumentBase.html">DocumentBase</a> containing this range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_RangeBase_EditableRanges" data-uid="GrapeCity.Documents.Word.RangeBase.EditableRanges">
          <a class="xref" href="GrapeCity.Documents.Word.RangeBase.EditableRanges.html#GrapeCity_Documents_Word_RangeBase_EditableRanges">EditableRanges</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of editable range objects included in this range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_RangeBase_End" data-uid="GrapeCity.Documents.Word.RangeBase.End">
          <a class="xref" href="GrapeCity.Documents.Word.RangeBase.End.html#GrapeCity_Documents_Word_RangeBase_End">End</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the end marker of the range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_RangeBase_Endnotes" data-uid="GrapeCity.Documents.Word.RangeBase.Endnotes">
          <a class="xref" href="GrapeCity.Documents.Word.RangeBase.Endnotes.html#GrapeCity_Documents_Word_RangeBase_Endnotes">Endnotes</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of endnotes included in this range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_RangeBase_Footnotes" data-uid="GrapeCity.Documents.Word.RangeBase.Footnotes">
          <a class="xref" href="GrapeCity.Documents.Word.RangeBase.Footnotes.html#GrapeCity_Documents_Word_RangeBase_Footnotes">Footnotes</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of footnotes included in this range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_RangeBase_GroupShapes" data-uid="GrapeCity.Documents.Word.RangeBase.GroupShapes">
          <a class="xref" href="GrapeCity.Documents.Word.RangeBase.GroupShapes.html#GrapeCity_Documents_Word_RangeBase_GroupShapes">GroupShapes</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of group shapes included in this range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_RangeBase_Hyperlinks" data-uid="GrapeCity.Documents.Word.RangeBase.Hyperlinks">
          <a class="xref" href="GrapeCity.Documents.Word.RangeBase.Hyperlinks.html#GrapeCity_Documents_Word_RangeBase_Hyperlinks">Hyperlinks</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of hyperlinks included in this range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_RangeBase_InkShapes" data-uid="GrapeCity.Documents.Word.RangeBase.InkShapes">
          <a class="xref" href="GrapeCity.Documents.Word.RangeBase.InkShapes.html#GrapeCity_Documents_Word_RangeBase_InkShapes">InkShapes</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of ink shapes included in this range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_RangeBase_IsAlive" data-uid="GrapeCity.Documents.Word.RangeBase.IsAlive">
          <a class="xref" href="GrapeCity.Documents.Word.RangeBase.IsAlive.html#GrapeCity_Documents_Word_RangeBase_IsAlive">IsAlive</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether this range is alive and can be used.</p>
<p>
If this range is a <a class="xref" href="GrapeCity.Documents.Word.PersistentRange.html">PersistentRange</a>, this property always returns true.
</p>
<p>
If this range is a <a class="xref" href="GrapeCity.Documents.Word.Range.html">Range</a> (created by a call to <a class="xref" href="GrapeCity.Documents.Word.ContentObject.GetRange.html#GrapeCity_Documents_Word_ContentObject_GetRange">GetRange()</a>)
it can become unusable if its content is deleted. In that case this property will return false.
</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_RangeBase_IsEmpty" data-uid="GrapeCity.Documents.Word.RangeBase.IsEmpty">
          <a class="xref" href="GrapeCity.Documents.Word.RangeBase.IsEmpty.html#GrapeCity_Documents_Word_RangeBase_IsEmpty">IsEmpty</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether this range is empty
(does not contain any formattable content).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_RangeBase_OMathElements" data-uid="GrapeCity.Documents.Word.RangeBase.OMathElements">
          <a class="xref" href="GrapeCity.Documents.Word.RangeBase.OMathElements.html#GrapeCity_Documents_Word_RangeBase_OMathElements">OMathElements</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of <a class="xref" href="GrapeCity.Documents.Word.OMathElement.html">OMathElement</a> objects included in this range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_RangeBase_OMathMatrixRows" data-uid="GrapeCity.Documents.Word.RangeBase.OMathMatrixRows">
          <a class="xref" href="GrapeCity.Documents.Word.RangeBase.OMathMatrixRows.html#GrapeCity_Documents_Word_RangeBase_OMathMatrixRows">OMathMatrixRows</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of <a class="xref" href="GrapeCity.Documents.Word.OMathMatrixRow.html">OMathMatrixRow</a> objects included in this range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_RangeBase_OMathParagraphs" data-uid="GrapeCity.Documents.Word.RangeBase.OMathParagraphs">
          <a class="xref" href="GrapeCity.Documents.Word.RangeBase.OMathParagraphs.html#GrapeCity_Documents_Word_RangeBase_OMathParagraphs">OMathParagraphs</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of <a class="xref" href="GrapeCity.Documents.Word.OMathParagraph.html">OMathParagraph</a> objects included in this range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_RangeBase_OMathStructs" data-uid="GrapeCity.Documents.Word.RangeBase.OMathStructs">
          <a class="xref" href="GrapeCity.Documents.Word.RangeBase.OMathStructs.html#GrapeCity_Documents_Word_RangeBase_OMathStructs">OMathStructs</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of <a class="xref" href="GrapeCity.Documents.Word.OMathStruct.html">OMathStruct</a> objects included in this range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_RangeBase_OMaths" data-uid="GrapeCity.Documents.Word.RangeBase.OMaths">
          <a class="xref" href="GrapeCity.Documents.Word.RangeBase.OMaths.html#GrapeCity_Documents_Word_RangeBase_OMaths">OMaths</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of <a class="xref" href="GrapeCity.Documents.Word.OMath.html">OMath</a> objects included in this range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_RangeBase_Paragraphs" data-uid="GrapeCity.Documents.Word.RangeBase.Paragraphs">
          <a class="xref" href="GrapeCity.Documents.Word.RangeBase.Paragraphs.html#GrapeCity_Documents_Word_RangeBase_Paragraphs">Paragraphs</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of paragraphs included in this range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_RangeBase_Pictures" data-uid="GrapeCity.Documents.Word.RangeBase.Pictures">
          <a class="xref" href="GrapeCity.Documents.Word.RangeBase.Pictures.html#GrapeCity_Documents_Word_RangeBase_Pictures">Pictures</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of pictures included in this range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_RangeBase_Rows" data-uid="GrapeCity.Documents.Word.RangeBase.Rows">
          <a class="xref" href="GrapeCity.Documents.Word.RangeBase.Rows.html#GrapeCity_Documents_Word_RangeBase_Rows">Rows</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of table rows included in this range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_RangeBase_Runs" data-uid="GrapeCity.Documents.Word.RangeBase.Runs">
          <a class="xref" href="GrapeCity.Documents.Word.RangeBase.Runs.html#GrapeCity_Documents_Word_RangeBase_Runs">Runs</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of text runs included in this range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_RangeBase_Sections" data-uid="GrapeCity.Documents.Word.RangeBase.Sections">
          <a class="xref" href="GrapeCity.Documents.Word.RangeBase.Sections.html#GrapeCity_Documents_Word_RangeBase_Sections">Sections</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of sections included in this range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_RangeBase_Shapes" data-uid="GrapeCity.Documents.Word.RangeBase.Shapes">
          <a class="xref" href="GrapeCity.Documents.Word.RangeBase.Shapes.html#GrapeCity_Documents_Word_RangeBase_Shapes">Shapes</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of shapes included in this range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_RangeBase_SimpleFields" data-uid="GrapeCity.Documents.Word.RangeBase.SimpleFields">
          <a class="xref" href="GrapeCity.Documents.Word.RangeBase.SimpleFields.html#GrapeCity_Documents_Word_RangeBase_SimpleFields">SimpleFields</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of simple fields included in this range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_RangeBase_Start" data-uid="GrapeCity.Documents.Word.RangeBase.Start">
          <a class="xref" href="GrapeCity.Documents.Word.RangeBase.Start.html#GrapeCity_Documents_Word_RangeBase_Start">Start</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the start marker of the range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_RangeBase_Tables" data-uid="GrapeCity.Documents.Word.RangeBase.Tables">
          <a class="xref" href="GrapeCity.Documents.Word.RangeBase.Tables.html#GrapeCity_Documents_Word_RangeBase_Tables">Tables</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of tables included in this range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_RangeBase_Text" data-uid="GrapeCity.Documents.Word.RangeBase.Text">
          <a class="xref" href="GrapeCity.Documents.Word.RangeBase.Text.html#GrapeCity_Documents_Word_RangeBase_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the text included in this range, as a string.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_RangeBase_TextFrames" data-uid="GrapeCity.Documents.Word.RangeBase.TextFrames">
          <a class="xref" href="GrapeCity.Documents.Word.RangeBase.TextFrames.html#GrapeCity_Documents_Word_RangeBase_TextFrames">TextFrames</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of text frames included in this range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_RangeBase_Texts" data-uid="GrapeCity.Documents.Word.RangeBase.Texts">
          <a class="xref" href="GrapeCity.Documents.Word.RangeBase.Texts.html#GrapeCity_Documents_Word_RangeBase_Texts">Texts</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of texts included in this range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_RangeBase_Unknowns" data-uid="GrapeCity.Documents.Word.RangeBase.Unknowns">
          <a class="xref" href="GrapeCity.Documents.Word.RangeBase.Unknowns.html#GrapeCity_Documents_Word_RangeBase_Unknowns">Unknowns</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of unknown objects included in this range.</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_RangeBase_Clear" data-uid="GrapeCity.Documents.Word.RangeBase.Clear">
          <a class="xref" href="GrapeCity.Documents.Word.RangeBase.Clear.html#GrapeCity_Documents_Word_RangeBase_Clear">Clear()</a>
        </td>
        <td class="markdown level1 summary"><p>Clears all content in this range, excluding bound markers.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_RangeBase_ClearFormatting" data-uid="GrapeCity.Documents.Word.RangeBase.ClearFormatting">
          <a class="xref" href="GrapeCity.Documents.Word.RangeBase.ClearFormatting.html#GrapeCity_Documents_Word_RangeBase_ClearFormatting">ClearFormatting()</a>
        </td>
        <td class="markdown level1 summary"><p>Clears formatting on content in this range.</p>
<p>
Note that this method does not remove formatting applied indirectly
via the content hierarchy.
</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_RangeBase_CompareLocationWith_GrapeCity_Documents_Word_RangeBase_" data-uid="GrapeCity.Documents.Word.RangeBase.CompareLocationWith(GrapeCity.Documents.Word.RangeBase)">
          <a class="xref" href="GrapeCity.Documents.Word.RangeBase.CompareLocationWith.html#GrapeCity_Documents_Word_RangeBase_CompareLocationWith_GrapeCity_Documents_Word_RangeBase_">CompareLocationWith(RangeBase)</a>
        </td>
        <td class="markdown level1 summary"><p>Compares this range location with another range location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_RangeBase_CopyTo_GrapeCity_Documents_Word_RangeBase_GrapeCity_Documents_Word_InsertLocation_GrapeCity_Documents_Word_FormattingCopyStrategy_" data-uid="GrapeCity.Documents.Word.RangeBase.CopyTo(GrapeCity.Documents.Word.RangeBase,GrapeCity.Documents.Word.InsertLocation,GrapeCity.Documents.Word.FormattingCopyStrategy)">
          <a class="xref" href="GrapeCity.Documents.Word.RangeBase.CopyTo.html#GrapeCity_Documents_Word_RangeBase_CopyTo_GrapeCity_Documents_Word_RangeBase_GrapeCity_Documents_Word_InsertLocation_GrapeCity_Documents_Word_FormattingCopyStrategy_">CopyTo(RangeBase, InsertLocation, FormattingCopyStrategy)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies this range to another range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_RangeBase_GetDrawings" data-uid="GrapeCity.Documents.Word.RangeBase.GetDrawings">
          <a class="xref" href="GrapeCity.Documents.Word.RangeBase.GetDrawings.html#GrapeCity_Documents_Word_RangeBase_GetDrawings">GetDrawings()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of all drawing objects (derived from <a class="xref" href="GrapeCity.Documents.Word.ShapeBase.html">ShapeBase</a>)
included in this range.
Drawing objects include <a class="xref" href="GrapeCity.Documents.Word.Picture.html">Picture</a>, <a class="xref" href="GrapeCity.Documents.Word.Shape.html">Shape</a>, and unknow shape types.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_RangeBase_GetInnerCollection__1" data-uid="GrapeCity.Documents.Word.RangeBase.GetInnerCollection``1">
          <a class="xref" href="GrapeCity.Documents.Word.RangeBase.GetInnerCollection.html#GrapeCity_Documents_Word_RangeBase_GetInnerCollection__1">GetInnerCollection&lt;T&gt;()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates and returns a collection of content objects in the current range.
The returned collection differs from enumerating on the current range itself in
that it does not include objects that start before the current range's start
and end after the current range's end.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_RangeBase_GetPersistentRange_GrapeCity_Documents_Word_ContentObject_GrapeCity_Documents_Word_ContentObject_" data-uid="GrapeCity.Documents.Word.RangeBase.GetPersistentRange(GrapeCity.Documents.Word.ContentObject,GrapeCity.Documents.Word.ContentObject)">
          <a class="xref" href="GrapeCity.Documents.Word.RangeBase.GetPersistentRange.html#GrapeCity_Documents_Word_RangeBase_GetPersistentRange_GrapeCity_Documents_Word_ContentObject_GrapeCity_Documents_Word_ContentObject_">GetPersistentRange(ContentObject, ContentObject)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates and returns an instance of <a class="xref" href="GrapeCity.Documents.Word.PersistentRange.html">PersistentRange</a>
with bounds on the specified objects.</p>
<p>
You should dispose the <a class="xref" href="GrapeCity.Documents.Word.PersistentRange.html">PersistentRange</a> returned by this method
when it is no longer needed. Failing to do so may lead to degraded performance.
</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_RangeBase_GetPersistentRange_GrapeCity_Documents_Word_Marker_GrapeCity_Documents_Word_Marker_" data-uid="GrapeCity.Documents.Word.RangeBase.GetPersistentRange(GrapeCity.Documents.Word.Marker,GrapeCity.Documents.Word.Marker)">
          <a class="xref" href="GrapeCity.Documents.Word.RangeBase.GetPersistentRange.html#GrapeCity_Documents_Word_RangeBase_GetPersistentRange_GrapeCity_Documents_Word_Marker_GrapeCity_Documents_Word_Marker_">GetPersistentRange(Marker, Marker)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates and returns an instance of <a class="xref" href="GrapeCity.Documents.Word.PersistentRange.html">PersistentRange</a>
with bounds on the specified markers.</p>
<p>
You should dispose the <a class="xref" href="GrapeCity.Documents.Word.PersistentRange.html">PersistentRange</a> returned by this method
when it is no longer needed. Failing to do so may lead to degraded performance.
</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_RangeBase_InsertOMathEquation_GrapeCity_Documents_Word_OMathBuiltInEquation_GrapeCity_Documents_Word_InsertLocation_" data-uid="GrapeCity.Documents.Word.RangeBase.InsertOMathEquation(GrapeCity.Documents.Word.OMathBuiltInEquation,GrapeCity.Documents.Word.InsertLocation)">
          <a class="xref" href="GrapeCity.Documents.Word.RangeBase.InsertOMathEquation.html#GrapeCity_Documents_Word_RangeBase_InsertOMathEquation_GrapeCity_Documents_Word_OMathBuiltInEquation_GrapeCity_Documents_Word_InsertLocation_">InsertOMathEquation(OMathBuiltInEquation, InsertLocation)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a built-in Office Math equation into the range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_RangeBase_MoveTo_GrapeCity_Documents_Word_RangeBase_GrapeCity_Documents_Word_InsertLocation_GrapeCity_Documents_Word_FormattingCopyStrategy_" data-uid="GrapeCity.Documents.Word.RangeBase.MoveTo(GrapeCity.Documents.Word.RangeBase,GrapeCity.Documents.Word.InsertLocation,GrapeCity.Documents.Word.FormattingCopyStrategy)">
          <a class="xref" href="GrapeCity.Documents.Word.RangeBase.MoveTo.html#GrapeCity_Documents_Word_RangeBase_MoveTo_GrapeCity_Documents_Word_RangeBase_GrapeCity_Documents_Word_InsertLocation_GrapeCity_Documents_Word_FormattingCopyStrategy_">MoveTo(RangeBase, InsertLocation, FormattingCopyStrategy)</a>
        </td>
        <td class="markdown level1 summary"><p>Moves this range to another range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_RangeBase_ToString" data-uid="GrapeCity.Documents.Word.RangeBase.ToString">
          <a class="xref" href="GrapeCity.Documents.Word.RangeBase.ToString.html#GrapeCity_Documents_Word_RangeBase_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets string representation of the range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_RangeBase_UpdateFields_GrapeCity_Documents_Word_Layout_WordLayoutSettings_" data-uid="GrapeCity.Documents.Word.RangeBase.UpdateFields(GrapeCity.Documents.Word.Layout.WordLayoutSettings)">
          <a class="xref" href="GrapeCity.Documents.Word.RangeBase.UpdateFields.html#GrapeCity_Documents_Word_RangeBase_UpdateFields_GrapeCity_Documents_Word_Layout_WordLayoutSettings_">UpdateFields(WordLayoutSettings)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the results of all document fields that support updating.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.Documents.Word.RangeBaseFindReplaceExtensions.Find.html#GrapeCity_Documents_Word_RangeBaseFindReplaceExtensions_Find_GrapeCity_Documents_Word_RangeBase_GrapeCity_Documents_Word_FindOptions_">RangeBaseFindReplaceExtensions.Find(RangeBase, FindOptions)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.Documents.Word.RangeBaseFindReplaceExtensions.Find.html#GrapeCity_Documents_Word_RangeBaseFindReplaceExtensions_Find_GrapeCity_Documents_Word_RangeBase_System_String_GrapeCity_Documents_Word_FindOptions_">RangeBaseFindReplaceExtensions.Find(RangeBase, string, FindOptions)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.Documents.Word.RangeBaseFindReplaceExtensions.Replace.html#GrapeCity_Documents_Word_RangeBaseFindReplaceExtensions_Replace_GrapeCity_Documents_Word_RangeBase_System_String_System_String_GrapeCity_Documents_Word_FindReplaceOptions_">RangeBaseFindReplaceExtensions.Replace(RangeBase, string, string, FindReplaceOptions)</a>
  </div>

</div>
