# GrapeCity.Spreadsheet.TotalsCalculation

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Spreadsheet_TotalsCalculation" data-uid="GrapeCity.Spreadsheet.TotalsCalculation" class="text-break">TotalsCalculation Enum
</h1>
  <div class="markdown level0 summary"><p>An enumeration that specifies what function is used to aggregate the data in a column before it is displayed in the totals row.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.html">GrapeCity.Spreadsheet</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_TotalsCalculation_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum TotalsCalculation</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum TotalsCalculation</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_TotalsCalculation_Average">Average</td>
        <td><p>Represents the arithmetic mean.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_TotalsCalculation_Count">Count</td>
        <td><p>Represents a count of the number of non-empty cells.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_TotalsCalculation_CountNumbers">CountNumbers</td>
        <td><p>Represents the number of cells that contains numbers.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_TotalsCalculation_Custom">Custom</td>
        <td><p>Represents the custom formula.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_TotalsCalculation_Max">Max</td>
        <td><p>Represents the largest value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_TotalsCalculation_Min">Min</td>
        <td><p>Represents the smallest value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_TotalsCalculation_None">None</td>
        <td><p>No total row.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_TotalsCalculation_StdDev">StdDev</td>
        <td><p>Represents the estimated standard deviation.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_TotalsCalculation_Sum">Sum</td>
        <td><p>Represents the arithmetic sum.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_TotalsCalculation_Var">Var</td>
        <td><p>Represents the estimated variance.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
