# GrapeCity.Documents.Excel.CalcError

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Excel_CalcError" data-uid="GrapeCity.Documents.Excel.CalcError" class="text-break">CalcError Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the calculation error.</p>
</div>
  <div class="markdown level0 conceptual"></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_CalcError_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum CalcError</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum CalcError</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_Documents_Excel_CalcError_Blocked">Blocked</td>
        <td><p>Indicates that the connection is blocked or prevented from being established.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_CalcError_Busy">Busy</td>
        <td><p>Indicates that a cell is calculating an async formula.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_CalcError_Calc">Calc</td>
        <td><p>Occurs when the calculation engine encounters a scenario it does not currently support.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_CalcError_Connect">Connect</td>
        <td><p>Indicates that the connection is failed or unable to be established.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_CalcError_Div0">Div0</td>
        <td><p>Occurs when a formula attempts to divide by zero.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_CalcError_GettingData">GettingData</td>
        <td><p>Indicates that an error occurred while retrieving data.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_CalcError_NA">NA</td>
        <td><p>Indicates that a value is not available to a formula.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_CalcError_Name">Name</td>
        <td><p>Occurs if Excel does not recognise a formula name or does not recognise text within a formula.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_CalcError_None">None</td>
        <td><p>Specifies no error.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_CalcError_Null">Null</td>
        <td><p>Occurs when you refer to an intersection of two ranges that do not intersect.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_CalcError_Num">Num</td>
        <td><p>Occurs when Excel encounters an invalid number.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_CalcError_Ref">Ref</td>
        <td><p>Occurs when a formula contains an invalid cell reference.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_CalcError_Spill">Spill</td>
        <td><p>Indicates that a formula returns multiple results, but can't return these values to neighboring cells.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_CalcError_Value">Value</td>
        <td><p>Occurs if one of the variables in your formula is of the wrong type (e.g. text value when a numeric value is expected).</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
