# GrapeCity.SpreadBuilder.Cells.BiffCellBoolErrValues

## Content

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




  <h1 id="GrapeCity_SpreadBuilder_Cells_BiffCellBoolErrValues" data-uid="GrapeCity.SpreadBuilder.Cells.BiffCellBoolErrValues" class="text-break">BiffCellBoolErrValues Enum
</h1>
  <div class="markdown level0 summary"><p>Possible values for the BiffCellBoolErr.ValueBoolErr 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_BiffCellBoolErrValues_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum BiffCellBoolErrValues : byte</code></pre>
  </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_BiffCellBoolErrValues_Div0">Div0</td>
        <td><p>&quot;#DIV/0!&quot; error value (when IsError is true).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Cells_BiffCellBoolErrValues_False">False</td>
        <td><p>False value when IsError is false.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Cells_BiffCellBoolErrValues_NA">NA</td>
        <td><p>&quot;#N/A&quot; error value (when IsError is true).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Cells_BiffCellBoolErrValues_Name">Name</td>
        <td><p>&quot;#NAME!&quot; error value (when IsError is true).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Cells_BiffCellBoolErrValues_Null">Null</td>
        <td><p>&quot;#NULL!&quot; error value (when IsError is true).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Cells_BiffCellBoolErrValues_Num">Num</td>
        <td><p>&quot;#NUM!&quot; error value (when IsError is true).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Cells_BiffCellBoolErrValues_Ref">Ref</td>
        <td><p>&quot;#REF!&quot; error value (when IsError is true).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Cells_BiffCellBoolErrValues_True">True</td>
        <td><p>True value when IsError is false.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Cells_BiffCellBoolErrValues_Value">Value</td>
        <td><p>&quot;#VALUE!&quot; error value (when IsError is true).</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
