# GrapeCity.SpreadBuilder.Cells.CellTypes

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_SpreadBuilder_Cells_CellTypes" data-uid="GrapeCity.SpreadBuilder.Cells.CellTypes" class="text-break">CellTypes Enum
</h1>
  <div class="markdown level0 summary"><p>Represents the different types of spreadsheet cells supported by SpreadBuilder. This value is used with the <a class="xref" href="GrapeCity.SpreadBuilder.Cells.DDCell.Type.html#GrapeCity_SpreadBuilder_Cells_DDCell_Type">Type</a> property.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.SpreadBuilder.Cells.html">GrapeCity.SpreadBuilder.Cells</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.SpreadBuilder.dll</h6>
  <h5 id="GrapeCity_SpreadBuilder_Cells_CellTypes_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum CellTypes : byte</code></pre>
  </div>
  <h5 id="GrapeCity_SpreadBuilder_Cells_CellTypes_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>Note that the Excel file format supports more cell types than those available in <a class="xref" href="GrapeCity.SpreadBuilder.Cells.DDCell.html">DDCell</a>.</p>
</div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Cells_CellTypes_Blank">Blank</td>
        <td><p>Represents a blank cell</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Cells_CellTypes_BoolErr">BoolErr</td>
        <td><p>Represents a cell, containing a boolean value</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Cells_CellTypes_Label">Label</td>
        <td><p>Represents a cell, containing a string value</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Cells_CellTypes_Number">Number</td>
        <td><p>Represents a cell, containing a numeric value</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
