# C1.WPF.Excel.ICloneable

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Excel_ICloneable" data-uid="C1.WPF.Excel.ICloneable" class="text-break">ICloneable Interface
</h1>
  <div class="markdown level0 summary"><p>Supports cloning, which creates a new instance of a class with the same value as an existing instance.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Excel.html">C1.WPF.Excel</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Excel.4.6.2.dll</h6>
  <h5 id="C1_WPF_Excel_ICloneable_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ICloneable</code></pre>
  </div>
  <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="C1_WPF_Excel_ICloneable_Clone" data-uid="C1.WPF.Excel.ICloneable.Clone">
          <a class="xref" href="C1.WPF.Excel.ICloneable.Clone.html#C1_WPF_Excel_ICloneable_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new object that is a copy of the current instance.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
