# GrapeCity.Spreadsheet.ExpressionViewCell

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_ExpressionViewCell" data-uid="GrapeCity.Spreadsheet.ExpressionViewCell" class="text-break">ExpressionViewCell Class
</h1>
  <div class="markdown level0 summary"><p>Represents a cell in the <span class="xref">GrapeCity.Spreadsheet.ExpressionView</span>.</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">ExpressionViewCell</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.html">GrapeCity.Spreadsheet</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_ExpressionViewCell_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class ExpressionViewCell</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public NotInheritable Class ExpressionViewCell</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Spreadsheet_ExpressionViewCell_DataType" data-uid="GrapeCity.Spreadsheet.ExpressionViewCell.DataType">
          <a class="xref" href="GrapeCity.Spreadsheet.ExpressionViewCell.DataType.html#GrapeCity_Spreadsheet_ExpressionViewCell_DataType">DataType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the data type of this cell.</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_Spreadsheet_ExpressionViewCell_GetError" data-uid="GrapeCity.Spreadsheet.ExpressionViewCell.GetError">
          <a class="xref" href="GrapeCity.Spreadsheet.ExpressionViewCell.GetError.html#GrapeCity_Spreadsheet_ExpressionViewCell_GetError">GetError()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="../GrapeCity.CalcEngine/GrapeCity.CalcEngine.CalcError.html">CalcError</a> value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ExpressionViewCell_GetLogical" data-uid="GrapeCity.Spreadsheet.ExpressionViewCell.GetLogical">
          <a class="xref" href="GrapeCity.Spreadsheet.ExpressionViewCell.GetLogical.html#GrapeCity_Spreadsheet_ExpressionViewCell_GetLogical">GetLogical()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a> value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ExpressionViewCell_GetNumber" data-uid="GrapeCity.Spreadsheet.ExpressionViewCell.GetNumber">
          <a class="xref" href="GrapeCity.Spreadsheet.ExpressionViewCell.GetNumber.html#GrapeCity_Spreadsheet_ExpressionViewCell_GetNumber">GetNumber()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a> value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ExpressionViewCell_GetText" data-uid="GrapeCity.Spreadsheet.ExpressionViewCell.GetText">
          <a class="xref" href="GrapeCity.Spreadsheet.ExpressionViewCell.GetText.html#GrapeCity_Spreadsheet_ExpressionViewCell_GetText">GetText()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> value.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
