# GrapeCity.Documents.Excel.CellDecorationIcon

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_CellDecorationIcon" data-uid="GrapeCity.Documents.Excel.CellDecorationIcon" class="text-break">CellDecorationIcon Class
</h1>
  <div class="markdown level0 summary"><p>Indicates the icon of cell decoration.</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">CellDecorationIcon</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="GrapeCity.Documents.Excel.ICellDecorationIcon.html">ICellDecorationIcon</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.html">GrapeCity.Documents.Excel</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_CellDecorationIcon_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class CellDecorationIcon : ICellDecorationIcon</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class CellDecorationIcon
    Implements ICellDecorationIcon</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Excel_CellDecorationIcon__ctor_System_String_System_Int32_System_Int32_GrapeCity_Documents_Excel_IconPosition_" data-uid="GrapeCity.Documents.Excel.CellDecorationIcon.#ctor(System.String,System.Int32,System.Int32,GrapeCity.Documents.Excel.IconPosition)">
          <a class="xref" href="GrapeCity.Documents.Excel.CellDecorationIcon.-ctor.html#GrapeCity_Documents_Excel_CellDecorationIcon__ctor_System_String_System_Int32_System_Int32_GrapeCity_Documents_Excel_IconPosition_">CellDecorationIcon(string, int, int, IconPosition)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of the CellDecorationIcon class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_Documents_Excel_CellDecorationIcon_Height" data-uid="GrapeCity.Documents.Excel.CellDecorationIcon.Height">
          <a class="xref" href="GrapeCity.Documents.Excel.CellDecorationIcon.Height.html#GrapeCity_Documents_Excel_CellDecorationIcon_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the icon height in pixels.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_CellDecorationIcon_Position" data-uid="GrapeCity.Documents.Excel.CellDecorationIcon.Position">
          <a class="xref" href="GrapeCity.Documents.Excel.CellDecorationIcon.Position.html#GrapeCity_Documents_Excel_CellDecorationIcon_Position">Position</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the icon position.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_CellDecorationIcon_Src" data-uid="GrapeCity.Documents.Excel.CellDecorationIcon.Src">
          <a class="xref" href="GrapeCity.Documents.Excel.CellDecorationIcon.Src.html#GrapeCity_Documents_Excel_CellDecorationIcon_Src">Src</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the icon src string.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_CellDecorationIcon_Width" data-uid="GrapeCity.Documents.Excel.CellDecorationIcon.Width">
          <a class="xref" href="GrapeCity.Documents.Excel.CellDecorationIcon.Width.html#GrapeCity_Documents_Excel_CellDecorationIcon_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the icon width in pixels.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
