# GrapeCity.Spreadsheet.Drawing.IControlFormat.LinkedCell

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Spreadsheet_Drawing_IControlFormat_LinkedCell_" data-uid="GrapeCity.Spreadsheet.Drawing.IControlFormat.LinkedCell*">LinkedCell Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Spreadsheet_Drawing_IControlFormat_LinkedCell_" data-uid="GrapeCity.Spreadsheet.Drawing.IControlFormat.LinkedCell*"></a>
<h4 id="GrapeCity_Spreadsheet_Drawing_IControlFormat_LinkedCell" data-uid="GrapeCity.Spreadsheet.Drawing.IControlFormat.LinkedCell">LinkedCell</h4>
<div class="markdown level1 summary"><p>Gets or sets the worksheet range linked to the control's value. If you place a value in the cell, the control takes this value.
Likewise, if you change the value of the control, that value is also placed in the cell.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">string LinkedCell { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Property LinkedCell As String</code></pre>
</div>
<h5 id="GrapeCity_Spreadsheet_Drawing_IControlFormat_LinkedCell_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>You cannot use this property with multiselect list boxes.</p>
</div>
</div>
