# FarPoint.Web.Spread.SheetView.UngroupSparkline

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Web_Spread_SheetView_UngroupSparkline_" data-uid="FarPoint.Web.Spread.SheetView.UngroupSparkline*">UngroupSparkline Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Web_Spread_SheetView_UngroupSparkline_" data-uid="FarPoint.Web.Spread.SheetView.UngroupSparkline*"></a>
<h4 id="FarPoint_Web_Spread_SheetView_UngroupSparkline_FarPoint_Web_Spread_Model_CellRange_" data-uid="FarPoint.Web.Spread.SheetView.UngroupSparkline(FarPoint.Web.Spread.Model.CellRange)">UngroupSparkline(CellRange)</h4>
<div class="markdown level1 summary"><p>Ungroups the 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 location)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub UngroupSparkline(location 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.Web.Spread.Model.CellRange.html">CellRange</a></td>
      <td><span class="parametername">location</span></td>
      <td><p>The location.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Web_Spread_SheetView_UngroupSparkline_" data-uid="FarPoint.Web.Spread.SheetView.UngroupSparkline*"></a>
<h4 id="FarPoint_Web_Spread_SheetView_UngroupSparkline_FarPoint_Web_Spread_Model_CellRange___" data-uid="FarPoint.Web.Spread.SheetView.UngroupSparkline(FarPoint.Web.Spread.Model.CellRange[])">UngroupSparkline(CellRange[])</h4>
<div class="markdown level1 summary"><p>Ungroups the 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[] location)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub UngroupSparkline(location 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.Web.Spread.Model.CellRange.html">CellRange</a>[]</td>
      <td><span class="parametername">location</span></td>
      <td><p>The location.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Web_Spread_SheetView_UngroupSparkline_" data-uid="FarPoint.Web.Spread.SheetView.UngroupSparkline*"></a>
<h4 id="FarPoint_Web_Spread_SheetView_UngroupSparkline_System_String_" data-uid="FarPoint.Web.Spread.SheetView.UngroupSparkline(System.String)">UngroupSparkline(string)</h4>
<div class="markdown level1 summary"><p>Ungroups the 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(string locationRef)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub UngroupSparkline(locationRef As String)</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.string">string</a></td>
      <td><span class="parametername">locationRef</span></td>
      <td><p>The location reference.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
