# GrapeCity.Documents.Excel.Forms.IControl-1

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_Forms_IControl_1" data-uid="GrapeCity.Documents.Excel.Forms.IControl`1" class="text-break">IControl&lt;T&gt; Interface
</h1>
  <div class="markdown level0 summary"><p>Generic type members of form controls</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.Forms.html">GrapeCity.Documents.Excel.Forms</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_Forms_IControl_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IControl&lt;T&gt; : IControl where T : IControl&lt;T&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IControl(Of T As IControl(Of T))
    Inherits IControl</code></pre>
  </div>
  <h5 class="typeParameters">Type Parameters</h5>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td><span class="parametername">T</span></td>
        <td></td>
      </tr>
    </tbody>
  </table>
  <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="GrapeCity_Documents_Excel_Forms_IControl_1_Copy_System_Double_System_Double_" data-uid="GrapeCity.Documents.Excel.Forms.IControl`1.Copy(System.Double,System.Double)">
          <a class="xref" href="GrapeCity.Documents.Excel.Forms.IControl-1.Copy.html#GrapeCity_Documents_Excel_Forms_IControl_1_Copy_System_Double_System_Double_">Copy(double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Copy this control to the destination position.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Forms_IControl_1_Cut_System_Double_System_Double_" data-uid="GrapeCity.Documents.Excel.Forms.IControl`1.Cut(System.Double,System.Double)">
          <a class="xref" href="GrapeCity.Documents.Excel.Forms.IControl-1.Cut.html#GrapeCity_Documents_Excel_Forms_IControl_1_Cut_System_Double_System_Double_">Cut(double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Cut this control and paste to the destination position.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Forms_IControl_1_Duplicate" data-uid="GrapeCity.Documents.Excel.Forms.IControl`1.Duplicate">
          <a class="xref" href="GrapeCity.Documents.Excel.Forms.IControl-1.Duplicate.html#GrapeCity_Documents_Excel_Forms_IControl_1_Duplicate">Duplicate()</a>
        </td>
        <td class="markdown level1 summary"><p>Copy this control to the default destination position.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
