# GrapeCity.CalcEngine.BuiltInRichValue

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_CalcEngine_BuiltInRichValue" data-uid="GrapeCity.CalcEngine.BuiltInRichValue" class="text-break">BuiltInRichValue Class
</h1>
  <div class="markdown level0 summary"><p>Represents a rich cell value of an .NET object.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">BuiltInRichValue</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.CalcEngine.html">GrapeCity.CalcEngine</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_CalcEngine_BuiltInRichValue_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class BuiltInRichValue</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public NotInheritable Class BuiltInRichValue</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_CalcEngine_BuiltInRichValue__ctor" data-uid="GrapeCity.CalcEngine.BuiltInRichValue.#ctor">
          <a class="xref" href="GrapeCity.CalcEngine.BuiltInRichValue.-ctor.html#GrapeCity_CalcEngine_BuiltInRichValue__ctor">BuiltInRichValue()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.CalcEngine.BuiltInRichValue.html">BuiltInRichValue</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_CalcEngine_BuiltInRichValue_FromDataTable_System_Data_DataTable_System_String_System_Boolean_" data-uid="GrapeCity.CalcEngine.BuiltInRichValue.FromDataTable(System.Data.DataTable,System.String,System.Boolean)">
          <a class="xref" href="GrapeCity.CalcEngine.BuiltInRichValue.FromDataTable.html#GrapeCity_CalcEngine_BuiltInRichValue_FromDataTable_System_Data_DataTable_System_String_System_Boolean_">FromDataTable(DataTable, string, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Instantiates an <a class="xref" href="../GrapeCity.CalcEngine/GrapeCity.CalcEngine.IRichValue.html">IRichValue</a> instance for <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.data.datatable">DataTable</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_BuiltInRichValue_FromDataView_System_Data_DataView_System_String_System_Boolean_" data-uid="GrapeCity.CalcEngine.BuiltInRichValue.FromDataView(System.Data.DataView,System.String,System.Boolean)">
          <a class="xref" href="GrapeCity.CalcEngine.BuiltInRichValue.FromDataView.html#GrapeCity_CalcEngine_BuiltInRichValue_FromDataView_System_Data_DataView_System_String_System_Boolean_">FromDataView(DataView, string, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Instantiates an <a class="xref" href="../GrapeCity.CalcEngine/GrapeCity.CalcEngine.IRichValue.html">IRichValue</a> instance for <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.data.dataview">DataView</a> object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
