# GrapeCity.CalcEngine.PrimitiveValueType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_CalcEngine_PrimitiveValueType" data-uid="GrapeCity.CalcEngine.PrimitiveValueType" class="text-break">PrimitiveValueType Enum
</h1>
  <div class="markdown level0 summary"><p>Represents the type of evaluated primitive 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_PrimitiveValueType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum PrimitiveValueType : byte</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum PrimitiveValueType 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_PrimitiveValueType_DateTime">DateTime</td>
        <td><p>Indicates the value type is DateTime which is introduced from Excel 2010.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_PrimitiveValueType_Empty">Empty</td>
        <td><p>Indicates there is no value returned.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_PrimitiveValueType_Error">Error</td>
        <td><p>Indicates the value type is calculation error.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_PrimitiveValueType_Image">Image</td>
        <td><p>Indicates the cell inline image.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_PrimitiveValueType_Logical">Logical</td>
        <td><p>Indicates the value type is boolean.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_PrimitiveValueType_Number">Number</td>
        <td><p>Indicates the value type is numeric.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_PrimitiveValueType_Object">Object</td>
        <td><p>Indicates the value type if object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_PrimitiveValueType_Text">Text</td>
        <td><p>Indicates the value type is string.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_PrimitiveValueType_TimeSpan">TimeSpan</td>
        <td><p>Indicates the value type is TimeSpan.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
