# GrapeCity.Documents.Excel.Forms.ICellLinkControl

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_Forms_ICellLinkControl" data-uid="GrapeCity.Documents.Excel.Forms.ICellLinkControl" class="text-break">ICellLinkControl Interface
</h1>
  <div class="markdown level0 summary"><p>Common members of controls that have CellLink property.</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_ICellLinkControl_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ICellLinkControl : IControl</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ICellLinkControl
    Inherits 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_ICellLinkControl_Display3DShading" data-uid="GrapeCity.Documents.Excel.Forms.ICellLinkControl.Display3DShading">
          <a class="xref" href="GrapeCity.Documents.Excel.Forms.ICellLinkControl.Display3DShading.html#GrapeCity_Documents_Excel_Forms_ICellLinkControl_Display3DShading">Display3DShading</a>
        </td>
        <td class="markdown level1 summary"><p>Use 3D style.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Forms_ICellLinkControl_LinkedCell" data-uid="GrapeCity.Documents.Excel.Forms.ICellLinkControl.LinkedCell">
          <a class="xref" href="GrapeCity.Documents.Excel.Forms.ICellLinkControl.LinkedCell.html#GrapeCity_Documents_Excel_Forms_ICellLinkControl_LinkedCell">LinkedCell</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a cell reference to bind the
<a class="xref" href="GrapeCity.Documents.Excel.Forms.ICellLinkControl-1.Value.html#GrapeCity_Documents_Excel_Forms_ICellLinkControl_1_Value">Value</a> property and the
<a class="xref" href="GrapeCity.Documents.Excel.IRange.Value.html#GrapeCity_Documents_Excel_IRange_Value">Value</a> property of a cell
with the two-way binding mode.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
