# GrapeCity.Documents.Excel.Forms.ICellLinkControl.LinkedCell

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Excel_Forms_ICellLinkControl_LinkedCell_" data-uid="GrapeCity.Documents.Excel.Forms.ICellLinkControl.LinkedCell*">LinkedCell Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Excel_Forms_ICellLinkControl_LinkedCell_" data-uid="GrapeCity.Documents.Excel.Forms.ICellLinkControl.LinkedCell*"></a>
<h4 id="GrapeCity_Documents_Excel_Forms_ICellLinkControl_LinkedCell" data-uid="GrapeCity.Documents.Excel.Forms.ICellLinkControl.LinkedCell">LinkedCell</h4>
<div 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>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">IRange LinkedCell { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Property LinkedCell As IRange</code></pre>
</div>
<h5 id="GrapeCity_Documents_Excel_Forms_ICellLinkControl_LinkedCell_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This property doesn't handle #REF! errors. #REF! will be treated as unset value.</p>
</div>
</div>
