# GrapeCity.Spreadsheet.API.PivotTables.IPivotCell

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_API_PivotTables_IPivotCell" data-uid="GrapeCity.Spreadsheet.API.PivotTables.IPivotCell" class="text-break">IPivotCell Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a cell in a <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotTable.html">IPivotTable</a> report.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.API.PivotTables.html">GrapeCity.Spreadsheet.API.PivotTables</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_API_PivotTables_IPivotCell_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IPivotCell</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IPivotCell</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_API_PivotTables_IPivotCell_ColumnItems" data-uid="GrapeCity.Spreadsheet.API.PivotTables.IPivotCell.ColumnItems">
          <a class="xref" href="GrapeCity.Spreadsheet.API.PivotTables.IPivotCell.ColumnItems.html#GrapeCity_Spreadsheet_API_PivotTables_IPivotCell_ColumnItems">ColumnItems</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotItems.html">IPivotItems</a> collection that corresponds to the items on the column axis that represent the selected range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_API_PivotTables_IPivotCell_DataField" data-uid="GrapeCity.Spreadsheet.API.PivotTables.IPivotCell.DataField">
          <a class="xref" href="GrapeCity.Spreadsheet.API.PivotTables.IPivotCell.DataField.html#GrapeCity_Spreadsheet_API_PivotTables_IPivotCell_DataField">DataField</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotField.html">IPivotField</a> object that corresponds to the selected data field.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_API_PivotTables_IPivotCell_PivotCellType" data-uid="GrapeCity.Spreadsheet.API.PivotTables.IPivotCell.PivotCellType">
          <a class="xref" href="GrapeCity.Spreadsheet.API.PivotTables.IPivotCell.PivotCellType.html#GrapeCity_Spreadsheet_API_PivotTables_IPivotCell_PivotCellType">PivotCellType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets  one of the <a class="xref" href="GrapeCity.Spreadsheet.API.PivotTables.PivotCellType.html">PivotCellType</a> constants that identifies the PivotTable entity that the cell corresponds to</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_API_PivotTables_IPivotCell_PivotField" data-uid="GrapeCity.Spreadsheet.API.PivotTables.IPivotCell.PivotField">
          <a class="xref" href="GrapeCity.Spreadsheet.API.PivotTables.IPivotCell.PivotField.html#GrapeCity_Spreadsheet_API_PivotTables_IPivotCell_PivotField">PivotField</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotField.html">IPivotField</a> object that represents the PivotTable field containing the upper-left corner of the specified range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_API_PivotTables_IPivotCell_PivotItem" data-uid="GrapeCity.Spreadsheet.API.PivotTables.IPivotCell.PivotItem">
          <a class="xref" href="GrapeCity.Spreadsheet.API.PivotTables.IPivotCell.PivotItem.html#GrapeCity_Spreadsheet_API_PivotTables_IPivotCell_PivotItem">PivotItem</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotItem.html">IPivotItem</a> object that represents the PivotTable item containing the upper-left corner of the specified range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_API_PivotTables_IPivotCell_Range" data-uid="GrapeCity.Spreadsheet.API.PivotTables.IPivotCell.Range">
          <a class="xref" href="GrapeCity.Spreadsheet.API.PivotTables.IPivotCell.Range.html#GrapeCity_Spreadsheet_API_PivotTables_IPivotCell_Range">Range</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a> object that represents the range that the specified <a class="xref" href="GrapeCity.Spreadsheet.API.PivotTables.IPivotCell.html">IPivotCell</a> applies to.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_API_PivotTables_IPivotCell_RowItems" data-uid="GrapeCity.Spreadsheet.API.PivotTables.IPivotCell.RowItems">
          <a class="xref" href="GrapeCity.Spreadsheet.API.PivotTables.IPivotCell.RowItems.html#GrapeCity_Spreadsheet_API_PivotTables_IPivotCell_RowItems">RowItems</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotItems.html">IPivotItems</a> collection that corresponds to the category axis that represent the selected cell.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
