# GrapeCity.Documents.Excel.CheckBoxCellType

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_CheckBoxCellType" data-uid="GrapeCity.Documents.Excel.CheckBoxCellType" class="text-break">CheckBoxCellType Class
</h1>
  <div class="markdown level0 summary"><p>Represents a check box 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">CheckBoxCellType</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_CheckBoxCellType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class CheckBoxCellType : BaseCellType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class CheckBoxCellType
    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_CheckBoxCellType__ctor" data-uid="GrapeCity.Documents.Excel.CheckBoxCellType.#ctor">
          <a class="xref" href="GrapeCity.Documents.Excel.CheckBoxCellType.-ctor.html#GrapeCity_Documents_Excel_CheckBoxCellType__ctor">CheckBoxCellType()</a>
        </td>
        <td class="markdown level1 summary"><p>Create a check box 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_CheckBoxCellType_AutoBoxSize" data-uid="GrapeCity.Documents.Excel.CheckBoxCellType.AutoBoxSize">
          <a class="xref" href="GrapeCity.Documents.Excel.CheckBoxCellType.AutoBoxSize.html#GrapeCity_Documents_Excel_CheckBoxCellType_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_CheckBoxCellType_BoxSize" data-uid="GrapeCity.Documents.Excel.CheckBoxCellType.BoxSize">
          <a class="xref" href="GrapeCity.Documents.Excel.CheckBoxCellType.BoxSize.html#GrapeCity_Documents_Excel_CheckBoxCellType_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_CheckBoxCellType_Caption" data-uid="GrapeCity.Documents.Excel.CheckBoxCellType.Caption">
          <a class="xref" href="GrapeCity.Documents.Excel.CheckBoxCellType.Caption.html#GrapeCity_Documents_Excel_CheckBoxCellType_Caption">Caption</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the caption of the cell type.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_CheckBoxCellType_IsThreeState" data-uid="GrapeCity.Documents.Excel.CheckBoxCellType.IsThreeState">
          <a class="xref" href="GrapeCity.Documents.Excel.CheckBoxCellType.IsThreeState.html#GrapeCity_Documents_Excel_CheckBoxCellType_IsThreeState">IsThreeState</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether the check box supports three states.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_CheckBoxCellType_TextAlign" data-uid="GrapeCity.Documents.Excel.CheckBoxCellType.TextAlign">
          <a class="xref" href="GrapeCity.Documents.Excel.CheckBoxCellType.TextAlign.html#GrapeCity_Documents_Excel_CheckBoxCellType_TextAlign">TextAlign</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text alignment relative to the check box.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_CheckBoxCellType_TextFalse" data-uid="GrapeCity.Documents.Excel.CheckBoxCellType.TextFalse">
          <a class="xref" href="GrapeCity.Documents.Excel.CheckBoxCellType.TextFalse.html#GrapeCity_Documents_Excel_CheckBoxCellType_TextFalse">TextFalse</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text in the cell when the cell's value is false.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_CheckBoxCellType_TextIndeterminate" data-uid="GrapeCity.Documents.Excel.CheckBoxCellType.TextIndeterminate">
          <a class="xref" href="GrapeCity.Documents.Excel.CheckBoxCellType.TextIndeterminate.html#GrapeCity_Documents_Excel_CheckBoxCellType_TextIndeterminate">TextIndeterminate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text in the cell when the cell's value is indeterminate (neither true nor false).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_CheckBoxCellType_TextTrue" data-uid="GrapeCity.Documents.Excel.CheckBoxCellType.TextTrue">
          <a class="xref" href="GrapeCity.Documents.Excel.CheckBoxCellType.TextTrue.html#GrapeCity_Documents_Excel_CheckBoxCellType_TextTrue">TextTrue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text in the cell when the cell's value is true.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
