# GrapeCity.Spreadsheet.ISparklineGroups

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_ISparklineGroups" data-uid="GrapeCity.Spreadsheet.ISparklineGroups" class="text-break">ISparklineGroups Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a collection of sparkline groups.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.html">GrapeCity.Spreadsheet</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_ISparklineGroups_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ISparklineGroups</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ISparklineGroups</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Spreadsheet_ISparklineGroups_Count" data-uid="GrapeCity.Spreadsheet.ISparklineGroups.Count">
          <a class="xref" href="GrapeCity.Spreadsheet.ISparklineGroups.Count.html#GrapeCity_Spreadsheet_ISparklineGroups_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the count of sparkline groups in the associated <a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ISparklineGroups_Item_System_Int32_" data-uid="GrapeCity.Spreadsheet.ISparklineGroups.Item(System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.ISparklineGroups.Item.html#GrapeCity_Spreadsheet_ISparklineGroups_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.ISparklineGroup.html">ISparklineGroup</a> object from an <a class="xref" href="GrapeCity.Spreadsheet.ISparklineGroups.html">ISparklineGroups</a> collection.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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="GrapeCity_Spreadsheet_ISparklineGroups_Add_GrapeCity_Spreadsheet_SparkType_System_String_" data-uid="GrapeCity.Spreadsheet.ISparklineGroups.Add(GrapeCity.Spreadsheet.SparkType,System.String)">
          <a class="xref" href="GrapeCity.Spreadsheet.ISparklineGroups.Add.html#GrapeCity_Spreadsheet_ISparklineGroups_Add_GrapeCity_Spreadsheet_SparkType_System_String_">Add(SparkType, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new sparkline group and returns a <a class="xref" href="GrapeCity.Spreadsheet.ISparklineGroup.html">ISparklineGroup</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ISparklineGroups_Clear" data-uid="GrapeCity.Spreadsheet.ISparklineGroups.Clear">
          <a class="xref" href="GrapeCity.Spreadsheet.ISparklineGroups.Clear.html#GrapeCity_Spreadsheet_ISparklineGroups_Clear">Clear()</a>
        </td>
        <td class="markdown level1 summary"><p>Clears the selected sparklines.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ISparklineGroups_ClearGroups" data-uid="GrapeCity.Spreadsheet.ISparklineGroups.ClearGroups">
          <a class="xref" href="GrapeCity.Spreadsheet.ISparklineGroups.ClearGroups.html#GrapeCity_Spreadsheet_ISparklineGroups_ClearGroups">ClearGroups()</a>
        </td>
        <td class="markdown level1 summary"><p>Clears the selected sparkline groups.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ISparklineGroups_Group_System_Int32_System_Int32_" data-uid="GrapeCity.Spreadsheet.ISparklineGroups.Group(System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.ISparklineGroups.Group.html#GrapeCity_Spreadsheet_ISparklineGroups_Group_System_Int32_System_Int32_">Group(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Groups the selected sparklines.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ISparklineGroups_Group_System_String_" data-uid="GrapeCity.Spreadsheet.ISparklineGroups.Group(System.String)">
          <a class="xref" href="GrapeCity.Spreadsheet.ISparklineGroups.Group.html#GrapeCity_Spreadsheet_ISparklineGroups_Group_System_String_">Group(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Groups the selected sparklines.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ISparklineGroups_Ungroup" data-uid="GrapeCity.Spreadsheet.ISparklineGroups.Ungroup">
          <a class="xref" href="GrapeCity.Spreadsheet.ISparklineGroups.Ungroup.html#GrapeCity_Spreadsheet_ISparklineGroups_Ungroup">Ungroup()</a>
        </td>
        <td class="markdown level1 summary"><p>Ungroups the sparklines in the selected sparkline group.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
