# C1.PivotEngine.RangeType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_PivotEngine_RangeType" data-uid="C1.PivotEngine.RangeType" class="text-break">RangeType Enum
</h1>
  <div class="markdown level0 summary"></div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.PivotEngine.html">C1.PivotEngine</a></h6>
  <h6><strong>Assembly</strong>: C1.PivotEngine.dll</h6>
  <h5 id="C1_PivotEngine_RangeType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum RangeType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum RangeType</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_PivotEngine_RangeType_AlphabeticalCaseSensitive">AlphabeticalCaseSensitive</td>
        <td><p>By the first letter</p>
</td>
      </tr>
      <tr>
        <td id="C1_PivotEngine_RangeType_AlphabeticalIgnoreCase">AlphabeticalIgnoreCase</td>
        <td><p>By the first letter ignoring case</p>
</td>
      </tr>
      <tr>
        <td id="C1_PivotEngine_RangeType_Custom">Custom</td>
        <td><p>Enables combining the field's data into custom intervals via the <a class="xref" href="C1.PivotEngine.IRangeInfo.CustomRange.html">CustomRange</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_PivotEngine_RangeType_FiscalMonth">FiscalMonth</td>
        <td><p>Number of month in fiscal year.</p>
</td>
      </tr>
      <tr>
        <td id="C1_PivotEngine_RangeType_FiscalQuarter">FiscalQuarter</td>
        <td><p>Number of quarter in fiscal year.</p>
</td>
      </tr>
      <tr>
        <td id="C1_PivotEngine_RangeType_FiscalWeek">FiscalWeek</td>
        <td><p>Number of week in fiscal year.</p>
</td>
      </tr>
      <tr>
        <td id="C1_PivotEngine_RangeType_FiscalYear">FiscalYear</td>
        <td><p>By fiscal year.</p>
</td>
      </tr>
      <tr>
        <td id="C1_PivotEngine_RangeType_Format">Format</td>
        <td><p>Use <a class="xref" href="C1.PivotEngine.PivotField.Format.html#C1_PivotEngine_PivotField_Format">Format</a> to group values into ranges.</p>
</td>
      </tr>
      <tr>
        <td id="C1_PivotEngine_RangeType_None">None</td>
        <td><p>Ranges aren't active.</p>
</td>
      </tr>
      <tr>
        <td id="C1_PivotEngine_RangeType_Numeric">Numeric</td>
        <td><p>Uses <a class="xref" href="C1.PivotEngine.IRangeInfo.NumericStep.html#C1_PivotEngine_IRangeInfo_NumericStep">NumericStep</a> property to combine numeric field values into ranges.</p>
</td>
      </tr>
      <tr>
        <td id="C1_PivotEngine_RangeType_Quarter">Quarter</td>
        <td><p>Number of quarter in the year</p>
</td>
      </tr>
      <tr>
        <td id="C1_PivotEngine_RangeType_Week">Week</td>
        <td><p>Number of week in the year</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
