# GrapeCity.CalcEngine.RichValueValueType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_CalcEngine_RichValueValueType" data-uid="GrapeCity.CalcEngine.RichValueValueType" class="text-break">RichValueValueType Enum
</h1>
  <div class="markdown level0 summary"><p>Represents the evaluated value type of an <a class="xref" href="GrapeCity.CalcEngine.IRichValueArraySupport.html">IRichValueArraySupport</a> object.</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_RichValueValueType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum RichValueValueType : byte</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum RichValueValueType 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_RichValueValueType_Array">Array</td>
        <td><p>An array of values that will be spilled over cells.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_RichValueValueType_Primitive">Primitive</td>
        <td><p>An primitive value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_RichValueValueType_Rich">Rich</td>
        <td><p>An <a class="xref" href="GrapeCity.CalcEngine.IRichValue.html">IRichValue</a> value.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
