# GrapeCity.Documents.Excel.IPivotFormula

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_IPivotFormula" data-uid="GrapeCity.Documents.Excel.IPivotFormula" class="text-break">IPivotFormula Interface
</h1>
  <div class="markdown level0 summary"><p>An object representing the order in which custom formulas are calculated in a PivotTable</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_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_Documents_Excel_IPivotFormula_Formula" data-uid="GrapeCity.Documents.Excel.IPivotFormula.Formula">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotFormula.Formula.html#GrapeCity_Documents_Excel_IPivotFormula_Formula">Formula</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the formula.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPivotFormula_Index" data-uid="GrapeCity.Documents.Excel.IPivotFormula.Index">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotFormula.Index.html#GrapeCity_Documents_Excel_IPivotFormula_Index">Index</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the solved order of current formula.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPivotFormula_Name" data-uid="GrapeCity.Documents.Excel.IPivotFormula.Name">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotFormula.Name.html#GrapeCity_Documents_Excel_IPivotFormula_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the name of the specified formula in the PivotTable formula.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
