# C1.C1Word.Objects.RtfListTable.Clone

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Word_Objects_RtfListTable_Clone_" data-uid="C1.C1Word.Objects.RtfListTable.Clone*">Clone Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Word_Objects_RtfListTable_Clone_" data-uid="C1.C1Word.Objects.RtfListTable.Clone*"></a>
<h4 id="C1_C1Word_Objects_RtfListTable_Clone_C1_C1Word_Objects_RtfObject_" data-uid="C1.C1Word.Objects.RtfListTable.Clone(C1.C1Word.Objects.RtfObject)">Clone(RtfObject)</h4>
<div class="markdown level1 summary"><p>A copy of the current collection.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public override RtfCollection Clone(RtfObject owner)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Overrides Function Clone(owner As RtfObject) As RtfCollection</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="C1.C1Word.Objects.RtfObject.html">RtfObject</a></td>
      <td><span class="parametername">owner</span></td>
      <td><p>The owner RTF object</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.C1Word.Objects.RtfCollection.html">RtfCollection</a></td>
      <td><p>A new <a class="xref" href="C1.C1Word.Objects.RtfCollection.html">RtfCollection</a> that is a copy of the current collection.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="C1.C1Word.Objects.RtfCollection.Clone.html#C1_C1Word_Objects_RtfCollection_Clone_C1_C1Word_Objects_RtfObject_">RtfCollection.Clone(RtfObject)</a></div>
</div>
