# FarPoint.Web.Spread.Model.IAggregationSupport

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_Model_IAggregationSupport" data-uid="FarPoint.Web.Spread.Model.IAggregationSupport" class="text-break">IAggregationSupport Interface
</h1>
  <div class="markdown level0 summary"><p>Interface that supports the Aggregate functionality on ranges of cells
in the data model.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Web.Spread.Model.html">FarPoint.Web.Spread.Model</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Web.Spread.dll</h6>
  <h5 id="FarPoint_Web_Spread_Model_IAggregationSupport_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IAggregationSupport</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IAggregationSupport</code></pre>
  </div>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Web_Spread_Model_IAggregationSupport_GetAggregationResult_System_Int32_System_Int32_System_Int32_System_Int32_FarPoint_Web_Spread_Model_AggregationType_System_String_" data-uid="FarPoint.Web.Spread.Model.IAggregationSupport.GetAggregationResult(System.Int32,System.Int32,System.Int32,System.Int32,FarPoint.Web.Spread.Model.AggregationType,System.String)">
          <a class="xref" href="FarPoint.Web.Spread.Model.IAggregationSupport.GetAggregationResult.html#FarPoint_Web_Spread_Model_IAggregationSupport_GetAggregationResult_System_Int32_System_Int32_System_Int32_System_Int32_FarPoint_Web_Spread_Model_AggregationType_System_String_">GetAggregationResult(int, int, int, int, AggregationType, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the aggregation of the cells in the specified range of cells.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_IAggregationSupport_GetAggregationType_System_Int32_" data-uid="FarPoint.Web.Spread.Model.IAggregationSupport.GetAggregationType(System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.Model.IAggregationSupport.GetAggregationType.html#FarPoint_Web_Spread_Model_IAggregationSupport_GetAggregationType_System_Int32_">GetAggregationType(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the aggregation type at the specified column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_IAggregationSupport_SetAggregationType_System_Int32_FarPoint_Web_Spread_Model_AggregationType_" data-uid="FarPoint.Web.Spread.Model.IAggregationSupport.SetAggregationType(System.Int32,FarPoint.Web.Spread.Model.AggregationType)">
          <a class="xref" href="FarPoint.Web.Spread.Model.IAggregationSupport.SetAggregationType.html#FarPoint_Web_Spread_Model_IAggregationSupport_SetAggregationType_System_Int32_FarPoint_Web_Spread_Model_AggregationType_">SetAggregationType(int, AggregationType)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the aggregation type at the specified column.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Web_Spread_Model_IAggregationSupport_Aggregate" data-uid="FarPoint.Web.Spread.Model.IAggregationSupport.Aggregate">
          <a class="xref" href="FarPoint.Web.Spread.Model.IAggregationSupport.Aggregate.html">Aggregate</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the data model aggregates.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
