# GrapeCity.CalcEngine.BuiltInRichValue.FromDataView

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_CalcEngine_BuiltInRichValue_FromDataView_" data-uid="GrapeCity.CalcEngine.BuiltInRichValue.FromDataView*">FromDataView Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_CalcEngine_BuiltInRichValue_FromDataView_" data-uid="GrapeCity.CalcEngine.BuiltInRichValue.FromDataView*"></a>
<h4 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)">FromDataView(DataView, string, bool)</h4>
<div 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>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static IRichValue FromDataView(DataView view, string defaultColumnName = null, bool showHeaders = false)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Function FromDataView(view As DataView, Optional defaultColumnName As String = Nothing, Optional showHeaders As Boolean = False) As IRichValue</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.data.dataview">DataView</a></td>
      <td><span class="parametername">view</span></td>
      <td><p>The data view.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">defaultColumnName</span></td>
      <td><p>The default column of the table.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">showHeaders</span></td>
      <td><p><code>true</code> if the table headers are spilled; otherwise, <code>false</code>.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="../GrapeCity.CalcEngine/GrapeCity.CalcEngine.IRichValue.html">IRichValue</a></td>
      <td><p>An <a class="xref" href="../GrapeCity.CalcEngine/GrapeCity.CalcEngine.IRichValue.html">IRichValue</a> object represents data of a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.data.dataview">DataView</a> object.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
