# GrapeCity.Documents.Excel.IPivotValueCell

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_IPivotValueCell" data-uid="GrapeCity.Documents.Excel.IPivotValueCell" class="text-break">IPivotValueCell Interface
</h1>
  <div class="markdown level0 summary"><p>Provides a way to expose values of cells in the case that actual cells (Range objects) are not available.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.html">GrapeCity.Documents.Excel</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_IPivotValueCell_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IPivotValueCell</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IPivotValueCell</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_Documents_Excel_IPivotValueCell_PivotCell" data-uid="GrapeCity.Documents.Excel.IPivotValueCell.PivotCell">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotValueCell.PivotCell.html#GrapeCity_Documents_Excel_IPivotValueCell_PivotCell">PivotCell</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the PivotCell<a class="xref" href="GrapeCity.Documents.Excel.IPivotCell.html">IPivotCell</a> that specifies the location of the PivotValueCell. Read-only.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPivotValueCell_Value" data-uid="GrapeCity.Documents.Excel.IPivotValueCell.Value">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotValueCell.Value.html#GrapeCity_Documents_Excel_IPivotValueCell_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the value at the location. The value is the value after ShowAs and other calculations have been applied. Variant can be Empty, Number, Date, String, or Error value.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
