# C1.WPF.RichTextBox.Documents.C1InlineUIContainer.Split

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_RichTextBox_Documents_C1InlineUIContainer_Split_" data-uid="C1.WPF.RichTextBox.Documents.C1InlineUIContainer.Split*">Split Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_RichTextBox_Documents_C1InlineUIContainer_Split_" data-uid="C1.WPF.RichTextBox.Documents.C1InlineUIContainer.Split*"></a>
<h4 id="C1_WPF_RichTextBox_Documents_C1InlineUIContainer_Split_System_Int32_System_Boolean_" data-uid="C1.WPF.RichTextBox.Documents.C1InlineUIContainer.Split(System.Int32,System.Boolean)">Split(int, bool)</h4>
<div class="markdown level1 summary"><p>Splits this <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.html">C1TextElement</a> at the specified offset into two elements of the same type with the same style properties.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public override C1TextPointer Split(int offset, bool splitEdges)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Overrides Function Split(offset As Integer, splitEdges As Boolean) As C1TextPointer</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="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">offset</span></td>
      <td><p>The offset where to split, elements in positions greater or equal to the offset are added to the second element.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">splitEdges</span></td>
      <td><p>Indicates whether the element should be split when the position is at the start or end of the element.</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="C1.WPF.RichTextBox.Documents.C1TextPointer.html">C1TextPointer</a></td>
      <td><p>Returns the position in the parent element between this element and the new element.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.Split.html#C1_WPF_RichTextBox_Documents_C1TextElement_Split_System_Int32_System_Boolean_">C1TextElement.Split(int, bool)</a></div>
<h5 class="exceptions">Exceptions</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Condition</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.invalidoperationexception">InvalidOperationException</a></td>
      <td><p>this element has no parent.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
