# GrapeCity.Documents.Excel.ICellDecorationIcon

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_ICellDecorationIcon" data-uid="GrapeCity.Documents.Excel.ICellDecorationIcon" class="text-break">ICellDecorationIcon Interface
</h1>
  <div class="markdown level0 summary"><p>Indicates the icon of cell decoration.</p>
</div>
  <div class="markdown level0 conceptual"></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_ICellDecorationIcon_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ICellDecorationIcon</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ICellDecorationIcon</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_Documents_Excel_ICellDecorationIcon_Height" data-uid="GrapeCity.Documents.Excel.ICellDecorationIcon.Height">
          <a class="xref" href="GrapeCity.Documents.Excel.ICellDecorationIcon.Height.html#GrapeCity_Documents_Excel_ICellDecorationIcon_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_ICellDecorationIcon_Position" data-uid="GrapeCity.Documents.Excel.ICellDecorationIcon.Position">
          <a class="xref" href="GrapeCity.Documents.Excel.ICellDecorationIcon.Position.html#GrapeCity_Documents_Excel_ICellDecorationIcon_Position">Position</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the icon position.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ICellDecorationIcon_Src" data-uid="GrapeCity.Documents.Excel.ICellDecorationIcon.Src">
          <a class="xref" href="GrapeCity.Documents.Excel.ICellDecorationIcon.Src.html#GrapeCity_Documents_Excel_ICellDecorationIcon_Src">Src</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the icon src string.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ICellDecorationIcon_Width" data-uid="GrapeCity.Documents.Excel.ICellDecorationIcon.Width">
          <a class="xref" href="GrapeCity.Documents.Excel.ICellDecorationIcon.Width.html#GrapeCity_Documents_Excel_ICellDecorationIcon_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the icon width in pixels.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
