# GrapeCity.Spreadsheet.IconSetType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Spreadsheet_IconSetType" data-uid="GrapeCity.Spreadsheet.IconSetType" class="text-break">IconSetType Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the type of icon set.</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_IconSetType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum IconSetType : byte</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum IconSetType As Byte</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_Spreadsheet_IconSetType_Custom">Custom</td>
        <td><p>Indicates a set of custom icons.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IconSetType_FiveArrows">FiveArrows</td>
        <td><p>Indicates a set of five colored arrow icons.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IconSetType_FiveArrowsGray">FiveArrowsGray</td>
        <td><p>Indicates a set of five gray arrow icons.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IconSetType_FiveBoxes">FiveBoxes</td>
        <td><p>Indicates a set of five box icons.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IconSetType_FiveQuarters">FiveQuarters</td>
        <td><p>Indicates a set of five quarter icons.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IconSetType_FiveRating">FiveRating</td>
        <td><p>Indicates a set of five rating icons.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IconSetType_FourArrows">FourArrows</td>
        <td><p>Indicates a set of four colored arrow icons.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IconSetType_FourArrowsGray">FourArrowsGray</td>
        <td><p>Indicates a set of four gray arrow icons.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IconSetType_FourRating">FourRating</td>
        <td><p>Indicates a set of four rating icons.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IconSetType_FourRedToBlack">FourRedToBlack</td>
        <td><p>Indicates a set of circled icons from red to black.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IconSetType_FourTrafficLights">FourTrafficLights</td>
        <td><p>Indicates a set of four traffic light icons.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IconSetType_ThreeArrows">ThreeArrows</td>
        <td><p>Indicates a set of three colored arrow icons.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IconSetType_ThreeArrowsGray">ThreeArrowsGray</td>
        <td><p>Indicates a set of three gray arrow icons.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IconSetType_ThreeFlags">ThreeFlags</td>
        <td><p>Indicates a set of three flag icons.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IconSetType_ThreeSigns">ThreeSigns</td>
        <td><p>Indicates a set of three sign icons.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IconSetType_ThreeStars">ThreeStars</td>
        <td><p>Indicates a set of three star icons.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IconSetType_ThreeSymbols">ThreeSymbols</td>
        <td><p>Indicates a set of three circled symbol icons.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IconSetType_ThreeSymbols2">ThreeSymbols2</td>
        <td><p>Indicates a set of three encircled symbol icons.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IconSetType_ThreeTrafficLights1">ThreeTrafficLights1</td>
        <td><p>Indicates a set of three unrimed traffic light icons.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IconSetType_ThreeTrafficLights2">ThreeTrafficLights2</td>
        <td><p>Indicates a set of three rimmed traffic light icons.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IconSetType_ThreeTriangles">ThreeTriangles</td>
        <td><p>Indicates a set of three triangle icons.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
