# FarPoint.Win.Spread.Cell.UnGroupSparkline

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Spread_Cell_UnGroupSparkline_" data-uid="FarPoint.Win.Spread.Cell.UnGroupSparkline*">UnGroupSparkline Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Spread_Cell_UnGroupSparkline_" data-uid="FarPoint.Win.Spread.Cell.UnGroupSparkline*"></a>
<h4 id="FarPoint_Win_Spread_Cell_UnGroupSparkline_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.Cell.UnGroupSparkline(System.Int32,System.Int32)">UnGroupSparkline(int, int)</h4>
<div class="markdown level1 summary"><p>Ungroups the sparkline at the specified location if it is in the same group with the current cell.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void UnGroupSparkline(int row, int column)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub UnGroupSparkline(row As Integer, column As Integer)</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="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">row</span></td>
      <td><p>The row.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">column</span></td>
      <td><p>The column.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Win_Spread_Cell_UnGroupSparkline_" data-uid="FarPoint.Win.Spread.Cell.UnGroupSparkline*"></a>
<h4 id="FarPoint_Win_Spread_Cell_UnGroupSparkline_FarPoint_Win_Spread_Model_CellRange_" data-uid="FarPoint.Win.Spread.Cell.UnGroupSparkline(FarPoint.Win.Spread.Model.CellRange)">UnGroupSparkline(CellRange)</h4>
<div class="markdown level1 summary"><p>Ungroups the group sparkline.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void UnGroupSparkline(CellRange cellRange)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub UnGroupSparkline(cellRange As CellRange)</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">cellRange</span></td>
      <td><p>The cell range.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Win_Spread_Cell_UnGroupSparkline_" data-uid="FarPoint.Win.Spread.Cell.UnGroupSparkline*"></a>
<h4 id="FarPoint_Win_Spread_Cell_UnGroupSparkline_FarPoint_Win_Spread_Cell_" data-uid="FarPoint.Win.Spread.Cell.UnGroupSparkline(FarPoint.Win.Spread.Cell)">UnGroupSparkline(Cell)</h4>
<div class="markdown level1 summary"><p>Ungroups the group sparkline.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void UnGroupSparkline(Cell cell)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub UnGroupSparkline(cell As Cell)</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.Cell.html">Cell</a></td>
      <td><span class="parametername">cell</span></td>
      <td><p>The cell.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
