# GrapeCity.Documents.Excel.IPivotCell

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_IPivotCell" data-uid="GrapeCity.Documents.Excel.IPivotCell" class="text-break">IPivotCell Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a cell in a PivotTable report.</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_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_Documents_Excel_IPivotCell_ColumnItems" data-uid="GrapeCity.Documents.Excel.IPivotCell.ColumnItems">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotCell.ColumnItems.html#GrapeCity_Documents_Excel_IPivotCell_ColumnItems">ColumnItems</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a PivotItemList collection that corresponds to the items on the column axis that represent the selected range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPivotCell_CustomSubtotalFunction" data-uid="GrapeCity.Documents.Excel.IPivotCell.CustomSubtotalFunction">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotCell.CustomSubtotalFunction.html#GrapeCity_Documents_Excel_IPivotCell_CustomSubtotalFunction">CustomSubtotalFunction</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the custom subtotal function field setting of a PivotCell object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPivotCell_DataField" data-uid="GrapeCity.Documents.Excel.IPivotCell.DataField">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotCell.DataField.html#GrapeCity_Documents_Excel_IPivotCell_DataField">DataField</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a PivotField object that corresponds to the selected data field.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPivotCell_PivotCellType" data-uid="GrapeCity.Documents.Excel.IPivotCell.PivotCellType">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotCell.PivotCellType.html#GrapeCity_Documents_Excel_IPivotCell_PivotCellType">PivotCellType</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a constant that identifies the PivotTable entity the cell corresponds to.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPivotCell_PivotColumnLine" data-uid="GrapeCity.Documents.Excel.IPivotCell.PivotColumnLine">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotCell.PivotColumnLine.html#GrapeCity_Documents_Excel_IPivotCell_PivotColumnLine">PivotColumnLine</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the PivotLine on a column for a specific PivotCell object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPivotCell_PivotField" data-uid="GrapeCity.Documents.Excel.IPivotCell.PivotField">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotCell.PivotField.html#GrapeCity_Documents_Excel_IPivotCell_PivotField">PivotField</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a PivotField object that represents the PivotTable field containing the upper-left corner of the specified range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPivotCell_PivotItem" data-uid="GrapeCity.Documents.Excel.IPivotCell.PivotItem">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotCell.PivotItem.html#GrapeCity_Documents_Excel_IPivotCell_PivotItem">PivotItem</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a PivotItem object that represents the PivotTable item containing the upper-left corner of the specified range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPivotCell_PivotRowLine" data-uid="GrapeCity.Documents.Excel.IPivotCell.PivotRowLine">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotCell.PivotRowLine.html#GrapeCity_Documents_Excel_IPivotCell_PivotRowLine">PivotRowLine</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the PivotLine on a row for a specific PivotCell object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPivotCell_PivotTable" data-uid="GrapeCity.Documents.Excel.IPivotCell.PivotTable">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotCell.PivotTable.html#GrapeCity_Documents_Excel_IPivotCell_PivotTable">PivotTable</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a PivotTable object that represents the PivotTable report containing the upper-left corner of the specified range,
or the PivotTable report associated with the PivotChart report.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPivotCell_Range" data-uid="GrapeCity.Documents.Excel.IPivotCell.Range">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotCell.Range.html#GrapeCity_Documents_Excel_IPivotCell_Range">Range</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a Range object that represents the range the specified PivotCell applies to.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPivotCell_RowItems" data-uid="GrapeCity.Documents.Excel.IPivotCell.RowItems">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotCell.RowItems.html#GrapeCity_Documents_Excel_IPivotCell_RowItems">RowItems</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a PivotItemList collection that corresponds to the items on the category axis that represent the selected cell.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
