# GrapeCity.Documents.Excel.Forms.IControl

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_Forms_IControl" data-uid="GrapeCity.Documents.Excel.Forms.IControl" class="text-break">IControl Interface
</h1>
  <div class="markdown level0 summary"><p>The base 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_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IControl</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IControl</code></pre>
  </div>
  <h3 id="properties">Properties
</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_BottomRightCell" data-uid="GrapeCity.Documents.Excel.Forms.IControl.BottomRightCell">
          <a class="xref" href="GrapeCity.Documents.Excel.Forms.IControl.BottomRightCell.html#GrapeCity_Documents_Excel_Forms_IControl_BottomRightCell">BottomRightCell</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the bottom right cell of this control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Forms_IControl_Enabled" data-uid="GrapeCity.Documents.Excel.Forms.IControl.Enabled">
          <a class="xref" href="GrapeCity.Documents.Excel.Forms.IControl.Enabled.html#GrapeCity_Documents_Excel_Forms_IControl_Enabled">Enabled</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the control is enabled.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Forms_IControl_FormControlType" data-uid="GrapeCity.Documents.Excel.Forms.IControl.FormControlType">
          <a class="xref" href="GrapeCity.Documents.Excel.Forms.IControl.FormControlType.html#GrapeCity_Documents_Excel_Forms_IControl_FormControlType">FormControlType</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the form control type of this control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Forms_IControl_Height" data-uid="GrapeCity.Documents.Excel.Forms.IControl.Height">
          <a class="xref" href="GrapeCity.Documents.Excel.Forms.IControl.Height.html#GrapeCity_Documents_Excel_Forms_IControl_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>The height of this control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Forms_IControl_Left" data-uid="GrapeCity.Documents.Excel.Forms.IControl.Left">
          <a class="xref" href="GrapeCity.Documents.Excel.Forms.IControl.Left.html#GrapeCity_Documents_Excel_Forms_IControl_Left">Left</a>
        </td>
        <td class="markdown level1 summary"><p>The left margin of this control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Forms_IControl_Locked" data-uid="GrapeCity.Documents.Excel.Forms.IControl.Locked">
          <a class="xref" href="GrapeCity.Documents.Excel.Forms.IControl.Locked.html#GrapeCity_Documents_Excel_Forms_IControl_Locked">Locked</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the control is locked.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Forms_IControl_Name" data-uid="GrapeCity.Documents.Excel.Forms.IControl.Name">
          <a class="xref" href="GrapeCity.Documents.Excel.Forms.IControl.Name.html#GrapeCity_Documents_Excel_Forms_IControl_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of this control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Forms_IControl_Parent" data-uid="GrapeCity.Documents.Excel.Forms.IControl.Parent">
          <a class="xref" href="GrapeCity.Documents.Excel.Forms.IControl.Parent.html#GrapeCity_Documents_Excel_Forms_IControl_Parent">Parent</a>
        </td>
        <td class="markdown level1 summary"><p>The parent object, typically <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.html">IWorksheet</a>.
In some cases, the type of this property is <a class="xref" href="GrapeCity.Documents.Excel.Forms.IControl.html">IControl</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Forms_IControl_Placement" data-uid="GrapeCity.Documents.Excel.Forms.IControl.Placement">
          <a class="xref" href="GrapeCity.Documents.Excel.Forms.IControl.Placement.html#GrapeCity_Documents_Excel_Forms_IControl_Placement">Placement</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the way a control is attached to its underlying cells.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Forms_IControl_PrintObject" data-uid="GrapeCity.Documents.Excel.Forms.IControl.PrintObject">
          <a class="xref" href="GrapeCity.Documents.Excel.Forms.IControl.PrintObject.html#GrapeCity_Documents_Excel_Forms_IControl_PrintObject">PrintObject</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the control will be printed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Forms_IControl_ShapeRange" data-uid="GrapeCity.Documents.Excel.Forms.IControl.ShapeRange">
          <a class="xref" href="GrapeCity.Documents.Excel.Forms.IControl.ShapeRange.html#GrapeCity_Documents_Excel_Forms_IControl_ShapeRange">ShapeRange</a>
        </td>
        <td class="markdown level1 summary"><p>The shapes of this control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Forms_IControl_Top" data-uid="GrapeCity.Documents.Excel.Forms.IControl.Top">
          <a class="xref" href="GrapeCity.Documents.Excel.Forms.IControl.Top.html#GrapeCity_Documents_Excel_Forms_IControl_Top">Top</a>
        </td>
        <td class="markdown level1 summary"><p>The top margin of this control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Forms_IControl_TopLeftCell" data-uid="GrapeCity.Documents.Excel.Forms.IControl.TopLeftCell">
          <a class="xref" href="GrapeCity.Documents.Excel.Forms.IControl.TopLeftCell.html#GrapeCity_Documents_Excel_Forms_IControl_TopLeftCell">TopLeftCell</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the top left cell of this control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Forms_IControl_Visible" data-uid="GrapeCity.Documents.Excel.Forms.IControl.Visible">
          <a class="xref" href="GrapeCity.Documents.Excel.Forms.IControl.Visible.html#GrapeCity_Documents_Excel_Forms_IControl_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the control is visible.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Forms_IControl_Width" data-uid="GrapeCity.Documents.Excel.Forms.IControl.Width">
          <a class="xref" href="GrapeCity.Documents.Excel.Forms.IControl.Width.html#GrapeCity_Documents_Excel_Forms_IControl_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>The width of this control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Forms_IControl_ZOrder" data-uid="GrapeCity.Documents.Excel.Forms.IControl.ZOrder">
          <a class="xref" href="GrapeCity.Documents.Excel.Forms.IControl.ZOrder.html#GrapeCity_Documents_Excel_Forms_IControl_ZOrder">ZOrder</a>
        </td>
        <td class="markdown level1 summary"><p>The z-index of this control.</p>
</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_BringToFront" data-uid="GrapeCity.Documents.Excel.Forms.IControl.BringToFront">
          <a class="xref" href="GrapeCity.Documents.Excel.Forms.IControl.BringToFront.html#GrapeCity_Documents_Excel_Forms_IControl_BringToFront">BringToFront()</a>
        </td>
        <td class="markdown level1 summary"><p>Change z-index of this control to front.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Forms_IControl_Delete" data-uid="GrapeCity.Documents.Excel.Forms.IControl.Delete">
          <a class="xref" href="GrapeCity.Documents.Excel.Forms.IControl.Delete.html#GrapeCity_Documents_Excel_Forms_IControl_Delete">Delete()</a>
        </td>
        <td class="markdown level1 summary"><p>Remove this control from parent.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Forms_IControl_SendToBack" data-uid="GrapeCity.Documents.Excel.Forms.IControl.SendToBack">
          <a class="xref" href="GrapeCity.Documents.Excel.Forms.IControl.SendToBack.html#GrapeCity_Documents_Excel_Forms_IControl_SendToBack">SendToBack()</a>
        </td>
        <td class="markdown level1 summary"><p>Send the Z-Index to back.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
