# GrapeCity.Documents.Word.Run.Split

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_Run_Split_" data-uid="GrapeCity.Documents.Word.Run.Split*">Split Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_Run_Split_" data-uid="GrapeCity.Documents.Word.Run.Split*"></a>
<h4 id="GrapeCity_Documents_Word_Run_Split_GrapeCity_Documents_Word_ContentObject_GrapeCity_Documents_Word_InsertLocation_" data-uid="GrapeCity.Documents.Word.Run.Split(GrapeCity.Documents.Word.ContentObject,GrapeCity.Documents.Word.InsertLocation)">Split(ContentObject, InsertLocation)</h4>
<div class="markdown level1 summary"><p>Splits the run at a specified location relative to a specified child content.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public virtual Run Split(ContentObject child, InsertLocation location)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Overridable Function Split(child As ContentObject, location As InsertLocation) As Run</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.Documents.Word.ContentObject.html">ContentObject</a></td>
      <td><span class="parametername">child</span></td>
      <td><p>The child content where to split.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.Documents.Word.InsertLocation.html">InsertLocation</a></td>
      <td><span class="parametername">location</span></td>
      <td><p>The position relative to <code class="paramref">child</code> where to split.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.Documents.Word.Run.html">Run</a></td>
      <td><p>The second part of the split run content.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
