# FarPoint.Win.Spread.SheetView.GroupSparkline

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Spread_SheetView_GroupSparkline_" data-uid="FarPoint.Win.Spread.SheetView.GroupSparkline*">GroupSparkline Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Spread_SheetView_GroupSparkline_" data-uid="FarPoint.Win.Spread.SheetView.GroupSparkline*"></a>
<h4 id="FarPoint_Win_Spread_SheetView_GroupSparkline_FarPoint_Win_Spread_Model_CellRange___FarPoint_Win_Spread_SparklineType_" data-uid="FarPoint.Win.Spread.SheetView.GroupSparkline(FarPoint.Win.Spread.Model.CellRange[],FarPoint.Win.Spread.SparklineType)">GroupSparkline(CellRange[], SparklineType)</h4>
<div class="markdown level1 summary"><p>Groups the sparkline and sets the type of new group.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ExcelSparklineGroup GroupSparkline(CellRange[] location, SparklineType type)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function GroupSparkline(location As CellRange(), type As SparklineType) As ExcelSparklineGroup</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.Model.CellRange.html">CellRange</a>[]</td>
      <td><span class="parametername">location</span></td>
      <td><p>Location</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.SparklineType.html">SparklineType</a></td>
      <td><span class="parametername">type</span></td>
      <td><p>Type</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.ExcelSparklineGroup.html">ExcelSparklineGroup</a></td>
      <td><p>A <a class="xref" href="FarPoint.Win.Spread.ExcelSparklineGroup.html">ExcelSparklineGroup</a>object.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Win_Spread_SheetView_GroupSparkline_" data-uid="FarPoint.Win.Spread.SheetView.GroupSparkline*"></a>
<h4 id="FarPoint_Win_Spread_SheetView_GroupSparkline_FarPoint_Win_Spread_Model_CellRange___" data-uid="FarPoint.Win.Spread.SheetView.GroupSparkline(FarPoint.Win.Spread.Model.CellRange[])">GroupSparkline(CellRange[])</h4>
<div class="markdown level1 summary"><p>Groups the sparkline to the active sparkline.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ExcelSparklineGroup GroupSparkline(CellRange[] location)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function GroupSparkline(location As CellRange()) As ExcelSparklineGroup</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.Model.CellRange.html">CellRange</a>[]</td>
      <td><span class="parametername">location</span></td>
      <td><p>Location</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.ExcelSparklineGroup.html">ExcelSparklineGroup</a></td>
      <td><p>A <a class="xref" href="FarPoint.Win.Spread.ExcelSparklineGroup.html">ExcelSparklineGroup</a>object.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
