# FarPoint.Win.Spread.Model.IAggregationSupport

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_Model_IAggregationSupport" data-uid="FarPoint.Win.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.Win.Spread.Model.html">FarPoint.Win.Spread.Model</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_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_Win_Spread_Model_IAggregationSupport_GetCelAggregationType_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.Model.IAggregationSupport.GetCelAggregationType(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.Model.IAggregationSupport.GetCelAggregationType.html#FarPoint_Win_Spread_Model_IAggregationSupport_GetCelAggregationType_System_Int32_System_Int32_">GetCelAggregationType(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the cell aggregation type.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Model_IAggregationSupport_GetCellAggregationFormat_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.Model.IAggregationSupport.GetCellAggregationFormat(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.Model.IAggregationSupport.GetCellAggregationFormat.html#FarPoint_Win_Spread_Model_IAggregationSupport_GetCellAggregationFormat_System_Int32_System_Int32_">GetCellAggregationFormat(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the cell aggregation format string.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Model_IAggregationSupport_SetCellAggregationFormat_System_Int32_System_Int32_System_String_" data-uid="FarPoint.Win.Spread.Model.IAggregationSupport.SetCellAggregationFormat(System.Int32,System.Int32,System.String)">
          <a class="xref" href="FarPoint.Win.Spread.Model.IAggregationSupport.SetCellAggregationFormat.html#FarPoint_Win_Spread_Model_IAggregationSupport_SetCellAggregationFormat_System_Int32_System_Int32_System_String_">SetCellAggregationFormat(int, int, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the aggregation format for the cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Model_IAggregationSupport_SetCellAggregationType_System_Int32_System_Int32_FarPoint_Win_Spread_Model_AggregationType_" data-uid="FarPoint.Win.Spread.Model.IAggregationSupport.SetCellAggregationType(System.Int32,System.Int32,FarPoint.Win.Spread.Model.AggregationType)">
          <a class="xref" href="FarPoint.Win.Spread.Model.IAggregationSupport.SetCellAggregationType.html#FarPoint_Win_Spread_Model_IAggregationSupport_SetCellAggregationType_System_Int32_System_Int32_FarPoint_Win_Spread_Model_AggregationType_">SetCellAggregationType(int, int, AggregationType)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the aggregation type for the cell.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
