# GrapeCity.Spreadsheet.FormControls.IOptionButton

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_FormControls_IOptionButton" data-uid="GrapeCity.Spreadsheet.FormControls.IOptionButton" class="text-break">IOptionButton Interface
</h1>
  <div class="markdown level0 summary"><p>Represents an option button control.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.FormControls.html">GrapeCity.Spreadsheet.FormControls</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_FormControls_IOptionButton_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IOptionButton : IFormControl, IDrawingObject</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IOptionButton
    Inherits IFormControl, IDrawingObject</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_Spreadsheet_FormControls_IOptionButton_Checked" data-uid="GrapeCity.Spreadsheet.FormControls.IOptionButton.Checked">
          <a class="xref" href="GrapeCity.Spreadsheet.FormControls.IOptionButton.Checked.html#GrapeCity_Spreadsheet_FormControls_IOptionButton_Checked">Checked</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or set a value indicating whether the option button is in the checked state.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_FormControls_IOptionButton_GroupBox" data-uid="GrapeCity.Spreadsheet.FormControls.IOptionButton.GroupBox">
          <a class="xref" href="GrapeCity.Spreadsheet.FormControls.IOptionButton.GroupBox.html#GrapeCity_Spreadsheet_FormControls_IOptionButton_GroupBox">GroupBox</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the owner group box of this option button.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_FormControls_IOptionButton_LinkedCell" data-uid="GrapeCity.Spreadsheet.FormControls.IOptionButton.LinkedCell">
          <a class="xref" href="GrapeCity.Spreadsheet.FormControls.IOptionButton.LinkedCell.html#GrapeCity_Spreadsheet_FormControls_IOptionButton_LinkedCell">LinkedCell</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the worksheet range linked to the control's value</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
