# GrapeCity.CalcEngine.ValueType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_CalcEngine_ValueType" data-uid="GrapeCity.CalcEngine.ValueType" class="text-break">ValueType Enum
</h1>
  <div class="markdown level0 summary"><p>Represents the type of evaluated value.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.CalcEngine.html">GrapeCity.CalcEngine</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.CalcEngine.dll</h6>
  <h5 id="GrapeCity_CalcEngine_ValueType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ValueType : byte</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ValueType As 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_CalcEngine_ValueType_AdjustableReference">AdjustableReference</td>
        <td><p>Indicates the value type is reference which is declared in the formula</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_ValueType_ArrayReference">ArrayReference</td>
        <td><p>Indicates the evaluated result of anchor operator (#)</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_ValueType_DateTime">DateTime</td>
        <td><p>Indicates the value type is DateTime.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_ValueType_Delegate">Delegate</td>
        <td><p>Indicates the value type is a delegate.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_ValueType_Empty">Empty</td>
        <td><p>Indicates there is no value returned.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_ValueType_Error">Error</td>
        <td><p>Indicates the value type is calculation error.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_ValueType_Image">Image</td>
        <td><p>Indicates the cell inline image.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_ValueType_Integer">Integer</td>
        <td><p>Indicates the value type is integer number.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_ValueType_Logical">Logical</td>
        <td><p>Indicates the value type is boolean.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_ValueType_MultiReference">MultiReference</td>
        <td><p>Indicates the value type is multi-reference.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_ValueType_Number">Number</td>
        <td><p>Indicates the value type is numeric.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_ValueType_Object">Object</td>
        <td><p>Indicates the value type is general object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_ValueType_Reference">Reference</td>
        <td><p>Indicates the value type is reference (declared in the formula or be calculated)</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_ValueType_Reference3D">Reference3D</td>
        <td><p>Indicates the value type is 3D-Reference.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_ValueType_Text">Text</td>
        <td><p>Indicates the value type is string.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_ValueType_TimeSpan">TimeSpan</td>
        <td><p>Indicates the value type is TimeSpan.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_ValueType_ValuesArray">ValuesArray</td>
        <td><p>Indicates the value type is array.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
