# GrapeCity.Documents.Excel.Forms.ICellLinkControl-1.Value

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Excel_Forms_ICellLinkControl_1_Value_" data-uid="GrapeCity.Documents.Excel.Forms.ICellLinkControl`1.Value*">Value Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Excel_Forms_ICellLinkControl_1_Value_" data-uid="GrapeCity.Documents.Excel.Forms.ICellLinkControl`1.Value*"></a>
<h4 id="GrapeCity_Documents_Excel_Forms_ICellLinkControl_1_Value" data-uid="GrapeCity.Documents.Excel.Forms.ICellLinkControl`1.Value">Value</h4>
<div class="markdown level1 summary"><p>The value that is used to bind <a class="xref" href="GrapeCity.Documents.Excel.Forms.ICellLinkControl.LinkedCell.html#GrapeCity_Documents_Excel_Forms_ICellLinkControl_LinkedCell">LinkedCell</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">T Value { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Property Value As T</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><span class="xref">T</span></td>
      <td><p>The actual meaning of this property depends on the <a class="xref" href="GrapeCity.Documents.Excel.Forms.IControl.FormControlType.html#GrapeCity_Documents_Excel_Forms_IControl_FormControlType">FormControlType</a> of the current control. <br><a class="xref" href="GrapeCity.Documents.Excel.Forms.FormControlType.html#GrapeCity_Documents_Excel_Forms_FormControlType_CheckBox">CheckBox</a> : <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a> - Unchecked, <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a> - Checked, <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a> (<code>Nothing</code>) - Mixed. <br><a class="xref" href="GrapeCity.Documents.Excel.Forms.FormControlType.html#GrapeCity_Documents_Excel_Forms_FormControlType_OptionButton">OptionButton</a> : <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a> - Unselected, <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a> - Selected. <br><a class="xref" href="GrapeCity.Documents.Excel.Forms.FormControlType.html#GrapeCity_Documents_Excel_Forms_FormControlType_Spinner">Spinner</a>, <a class="xref" href="GrapeCity.Documents.Excel.Forms.FormControlType.html#GrapeCity_Documents_Excel_Forms_FormControlType_ScrollBar">ScrollBar</a> : The current value. <br><a class="xref" href="GrapeCity.Documents.Excel.Forms.FormControlType.html#GrapeCity_Documents_Excel_Forms_FormControlType_ListBox">ListBox</a>, <a class="xref" href="GrapeCity.Documents.Excel.Forms.FormControlType.html#GrapeCity_Documents_Excel_Forms_FormControlType_DropDown">DropDown</a> : <a class="xref" href="GrapeCity.Documents.Excel.Forms.ISelector.SelectedIndex.html#GrapeCity_Documents_Excel_Forms_ISelector_SelectedIndex">SelectedIndex</a> + 1.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
