# GrapeCity.Documents.Excel.IPivotValueCell.Value

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Excel_IPivotValueCell_Value_" data-uid="GrapeCity.Documents.Excel.IPivotValueCell.Value*">Value Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Excel_IPivotValueCell_Value_" data-uid="GrapeCity.Documents.Excel.IPivotValueCell.Value*"></a>
<h4 id="GrapeCity_Documents_Excel_IPivotValueCell_Value" data-uid="GrapeCity.Documents.Excel.IPivotValueCell.Value">Value</h4>
<div 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>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">object Value { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">ReadOnly Property Value As Object</code></pre>
</div>
</div>
