# C1.WPF.Word.Objects.RtfBookmarkCollection.Insert

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_Word_Objects_RtfBookmarkCollection_Insert_" data-uid="C1.WPF.Word.Objects.RtfBookmarkCollection.Insert*">Insert Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_Word_Objects_RtfBookmarkCollection_Insert_" data-uid="C1.WPF.Word.Objects.RtfBookmarkCollection.Insert*"></a>
<h4 id="C1_WPF_Word_Objects_RtfBookmarkCollection_Insert_System_Int32_C1_WPF_Word_Objects_RtfBookmark_" data-uid="C1.WPF.Word.Objects.RtfBookmarkCollection.Insert(System.Int32,C1.WPF.Word.Objects.RtfBookmark)">Insert(int, RtfBookmark)</h4>
<div class="markdown level1 summary"><p>Inserts an item into the RTF bookmark collection of the RTF bookmark at the specified index.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void Insert(int index, RtfBookmark obj)</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">index</span></td>
      <td><p>The specified index of the RTF bookmark.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.WPF.Word.Objects.RtfBookmark.html">RtfBookmark</a></td>
      <td><span class="parametername">obj</span></td>
      <td><p>RTF bookmark for the RTF bookmark.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
