# GrapeCity.Spreadsheet.API.PivotTables.PivotCellType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Spreadsheet_API_PivotTables_PivotCellType" data-uid="GrapeCity.Spreadsheet.API.PivotTables.PivotCellType" class="text-break">PivotCellType Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the PivotTable entity to which the cell corresponds.</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_PivotCellType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum PivotCellType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum PivotCellType</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_Spreadsheet_API_PivotTables_PivotCellType_BlankCell">BlankCell</td>
        <td><p>A structural blank cell in the PivotTable.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_API_PivotTables_PivotCellType_CustomSubtotal">CustomSubtotal</td>
        <td><p>A cell in the row or column area that is a custom subtotal.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_API_PivotTables_PivotCellType_DataField">DataField</td>
        <td><p>A data field label (not the Data button).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_API_PivotTables_PivotCellType_DataPivotField">DataPivotField</td>
        <td><p>The Data button.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_API_PivotTables_PivotCellType_GrandTotal">GrandTotal</td>
        <td><p>A cell in a row or column area that is a grand total.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_API_PivotTables_PivotCellType_PageFieldItem">PageFieldItem</td>
        <td><p>The cell that shows the selected item of a Page field.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_API_PivotTables_PivotCellType_PivotField">PivotField</td>
        <td><p>The button for a field (not the Data button).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_API_PivotTables_PivotCellType_PivotItem">PivotItem</td>
        <td><p>A cell in the row or column area that is not a subtotal, grand total, custom subtotal, or blank line.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_API_PivotTables_PivotCellType_Subtotal">Subtotal</td>
        <td><p>A cell in the row or column area that is a subtotal.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_API_PivotTables_PivotCellType_Value">Value</td>
        <td><p>Any cell in the data area (except a blank row).</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
