# C1.Win.FlexGrid.SubtotalPositionEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_FlexGrid_SubtotalPositionEnum" data-uid="C1.Win.FlexGrid.SubtotalPositionEnum" class="text-break">SubtotalPositionEnum Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies whether subtotals rows created with the <span class="xref">C1.Win.FlexGrid.C1FlexGridBase.Subtotal(C1.Win.FlexGrid.AggregateEnum,System.Int32,System.Int32,System.Int32,System.Int32,System.String,C1.Win.FlexGrid.AggregateFlags,C1.Win.FlexGrid.RowColFlags)</span> method should be
inserted above or below the data they refer to.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.FlexGrid.html">C1.Win.FlexGrid</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexGrid.10.dll</h6>
  <h5 id="C1_Win_FlexGrid_SubtotalPositionEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum SubtotalPositionEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum SubtotalPositionEnum</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="C1_Win_FlexGrid_SubtotalPositionEnum_AboveData">AboveData</td>
        <td><p>Subtotal rows are inserted above the data (tree-style).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_SubtotalPositionEnum_BelowData">BelowData</td>
        <td><p>Subtotal rows are inserted below the data (spreadsheet-style).</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
