# GrapeCity.Spreadsheet.WinForms.Ribbon.IconSet

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_WinForms_Ribbon_IconSet" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.IconSet" class="text-break">IconSet Class
</h1>
  <div class="markdown level0 summary"><p>Represents the set of icons of different sizes to use in a single UI element.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">IconSet</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.html">GrapeCity.Spreadsheet.WinForms.Ribbon</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.WinForms.Ribbon.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_WinForms_Ribbon_IconSet_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class IconSet</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public NotInheritable Class IconSet</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_WinForms_Ribbon_IconSet_Count" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.IconSet.Count">
          <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.IconSet.Count.html#GrapeCity_Spreadsheet_WinForms_Ribbon_IconSet_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of elements actually contained in the <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.IconSet.html">IconSet</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_WinForms_Ribbon_IconSet_Item_System_Int32_" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.IconSet.Item(System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.IconSet.Item.html#GrapeCity_Spreadsheet_WinForms_Ribbon_IconSet_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the element at the specified index.</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_WinForms_Ribbon_IconSet_Add_GrapeCity_Spreadsheet_WinForms_Ribbon_Icon_" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.IconSet.Add(GrapeCity.Spreadsheet.WinForms.Ribbon.Icon)">
          <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.IconSet.Add.html#GrapeCity_Spreadsheet_WinForms_Ribbon_IconSet_Add_GrapeCity_Spreadsheet_WinForms_Ribbon_Icon_">Add(Icon)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.Icon.html">Icon</a> to the end of this <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.IconSet.html">IconSet</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_WinForms_Ribbon_IconSet_Clear" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.IconSet.Clear">
          <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.IconSet.Clear.html#GrapeCity_Spreadsheet_WinForms_Ribbon_IconSet_Clear">Clear()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all elements in the <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.IconSet.html">IconSet</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_WinForms_Ribbon_IconSet_Remove_GrapeCity_Spreadsheet_WinForms_Ribbon_Icon_" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.IconSet.Remove(GrapeCity.Spreadsheet.WinForms.Ribbon.Icon)">
          <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.IconSet.Remove.html#GrapeCity_Spreadsheet_WinForms_Ribbon_IconSet_Remove_GrapeCity_Spreadsheet_WinForms_Ribbon_Icon_">Remove(Icon)</a>
        </td>
        <td class="markdown level1 summary"><p>Remove the <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.Icon.html">Icon</a> from this <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.IconSet.html">IconSet</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
