# GrapeCity.Spreadsheet.PivotTables.IPivotFormula

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_PivotTables_IPivotFormula" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotFormula" class="text-break">IPivotFormula Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a formula used to calculate results in a PivotTable report.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.html">GrapeCity.Spreadsheet.PivotTables</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_PivotTables_IPivotFormula_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IPivotFormula</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IPivotFormula</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_PivotTables_IPivotFormula_Formula" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotFormula.Formula">
          <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotFormula.Formula.html#GrapeCity_Spreadsheet_PivotTables_IPivotFormula_Formula">Formula</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that represents the object's formula in A1-style notation.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_PivotTables_IPivotFormula_Index" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotFormula.Index">
          <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotFormula.Index.html#GrapeCity_Spreadsheet_PivotTables_IPivotFormula_Index">Index</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that represents the index number of the <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotFormula.html">IPivotFormula</a> object within the <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotFormulas.html">IPivotFormulas</a> collection.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
