# GrapeCity.Documents.Excel.RadioButtonListCellType

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_RadioButtonListCellType" data-uid="GrapeCity.Documents.Excel.RadioButtonListCellType" class="text-break">RadioButtonListCellType Class
</h1>
  <div class="markdown level0 summary"><p>Represents an editable radio button list cell.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="GrapeCity.Documents.Excel.BaseCellType.html">BaseCellType</a></div>
    <div class="level2"><span class="xref">RadioButtonListCellType</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.html">GrapeCity.Documents.Excel</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_RadioButtonListCellType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class RadioButtonListCellType : BaseCellType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class RadioButtonListCellType
    Inherits BaseCellType</code></pre>
  </div>
  <h3 id="constructors">Constructors
</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_RadioButtonListCellType__ctor" data-uid="GrapeCity.Documents.Excel.RadioButtonListCellType.#ctor">
          <a class="xref" href="GrapeCity.Documents.Excel.RadioButtonListCellType.-ctor.html#GrapeCity_Documents_Excel_RadioButtonListCellType__ctor">RadioButtonListCellType()</a>
        </td>
        <td class="markdown level1 summary"><p>Create a radio button list cell type.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_RadioButtonListCellType_AutoBoxSize" data-uid="GrapeCity.Documents.Excel.RadioButtonListCellType.AutoBoxSize">
          <a class="xref" href="GrapeCity.Documents.Excel.RadioButtonListCellType.AutoBoxSize.html#GrapeCity_Documents_Excel_RadioButtonListCellType_AutoBoxSize">AutoBoxSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether boxSize changes with font size.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_RadioButtonListCellType_BoxSize" data-uid="GrapeCity.Documents.Excel.RadioButtonListCellType.BoxSize">
          <a class="xref" href="GrapeCity.Documents.Excel.RadioButtonListCellType.BoxSize.html#GrapeCity_Documents_Excel_RadioButtonListCellType_BoxSize">BoxSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates the check box size</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_RadioButtonListCellType_Direction" data-uid="GrapeCity.Documents.Excel.RadioButtonListCellType.Direction">
          <a class="xref" href="GrapeCity.Documents.Excel.RadioButtonListCellType.Direction.html#GrapeCity_Documents_Excel_RadioButtonListCellType_Direction">Direction</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the direction of radio-button list.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_RadioButtonListCellType_HorizontalSpacing" data-uid="GrapeCity.Documents.Excel.RadioButtonListCellType.HorizontalSpacing">
          <a class="xref" href="GrapeCity.Documents.Excel.RadioButtonListCellType.HorizontalSpacing.html#GrapeCity_Documents_Excel_RadioButtonListCellType_HorizontalSpacing">HorizontalSpacing</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the horizontal spacing in the radio-button.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_RadioButtonListCellType_IsFlowLayout" data-uid="GrapeCity.Documents.Excel.RadioButtonListCellType.IsFlowLayout">
          <a class="xref" href="GrapeCity.Documents.Excel.RadioButtonListCellType.IsFlowLayout.html#GrapeCity_Documents_Excel_RadioButtonListCellType_IsFlowLayout">IsFlowLayout</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the radio-button's layout is autofit.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_RadioButtonListCellType_Items" data-uid="GrapeCity.Documents.Excel.RadioButtonListCellType.Items">
          <a class="xref" href="GrapeCity.Documents.Excel.RadioButtonListCellType.Items.html#GrapeCity_Documents_Excel_RadioButtonListCellType_Items">Items</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the items for the radio-button.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_RadioButtonListCellType_MaxColumnCount" data-uid="GrapeCity.Documents.Excel.RadioButtonListCellType.MaxColumnCount">
          <a class="xref" href="GrapeCity.Documents.Excel.RadioButtonListCellType.MaxColumnCount.html#GrapeCity_Documents_Excel_RadioButtonListCellType_MaxColumnCount">MaxColumnCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the items for the radio-button's row count.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_RadioButtonListCellType_MaxRowCount" data-uid="GrapeCity.Documents.Excel.RadioButtonListCellType.MaxRowCount">
          <a class="xref" href="GrapeCity.Documents.Excel.RadioButtonListCellType.MaxRowCount.html#GrapeCity_Documents_Excel_RadioButtonListCellType_MaxRowCount">MaxRowCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the items for the radio-button's row count.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_RadioButtonListCellType_TextAlign" data-uid="GrapeCity.Documents.Excel.RadioButtonListCellType.TextAlign">
          <a class="xref" href="GrapeCity.Documents.Excel.RadioButtonListCellType.TextAlign.html#GrapeCity_Documents_Excel_RadioButtonListCellType_TextAlign">TextAlign</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text of radio-button's position, only support left and right .</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_RadioButtonListCellType_VerticalSpacing" data-uid="GrapeCity.Documents.Excel.RadioButtonListCellType.VerticalSpacing">
          <a class="xref" href="GrapeCity.Documents.Excel.RadioButtonListCellType.VerticalSpacing.html#GrapeCity_Documents_Excel_RadioButtonListCellType_VerticalSpacing">VerticalSpacing</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the vertical spacing in the radio-button.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
