# GrapeCity.Documents.Excel.CellDecoration

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_CellDecoration" data-uid="GrapeCity.Documents.Excel.CellDecoration" class="text-break">CellDecoration Class
</h1>
  <div class="markdown level0 summary"><p>Indicates the 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">CellDecoration</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="GrapeCity.Documents.Excel.ICellDecoration.html">ICellDecoration</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_CellDecoration_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class CellDecoration : ICellDecoration</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class CellDecoration
    Implements ICellDecoration</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_CellDecoration__ctor_GrapeCity_Documents_Excel_ICornerFold_" data-uid="GrapeCity.Documents.Excel.CellDecoration.#ctor(GrapeCity.Documents.Excel.ICornerFold)">
          <a class="xref" href="GrapeCity.Documents.Excel.CellDecoration.-ctor.html#GrapeCity_Documents_Excel_CellDecoration__ctor_GrapeCity_Documents_Excel_ICornerFold_">CellDecoration(ICornerFold)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of the CellDecoration class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_CellDecoration__ctor_GrapeCity_Documents_Excel_ICornerFold_System_Collections_Generic_IReadOnlyList_GrapeCity_Documents_Excel_ICellDecorationIcon__" data-uid="GrapeCity.Documents.Excel.CellDecoration.#ctor(GrapeCity.Documents.Excel.ICornerFold,System.Collections.Generic.IReadOnlyList{GrapeCity.Documents.Excel.ICellDecorationIcon})">
          <a class="xref" href="GrapeCity.Documents.Excel.CellDecoration.-ctor.html#GrapeCity_Documents_Excel_CellDecoration__ctor_GrapeCity_Documents_Excel_ICornerFold_System_Collections_Generic_IReadOnlyList_GrapeCity_Documents_Excel_ICellDecorationIcon__">CellDecoration(ICornerFold, IReadOnlyList&lt;ICellDecorationIcon&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of the CellDecoration class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_CellDecoration__ctor_System_Collections_Generic_IReadOnlyList_GrapeCity_Documents_Excel_ICellDecorationIcon__" data-uid="GrapeCity.Documents.Excel.CellDecoration.#ctor(System.Collections.Generic.IReadOnlyList{GrapeCity.Documents.Excel.ICellDecorationIcon})">
          <a class="xref" href="GrapeCity.Documents.Excel.CellDecoration.-ctor.html#GrapeCity_Documents_Excel_CellDecoration__ctor_System_Collections_Generic_IReadOnlyList_GrapeCity_Documents_Excel_ICellDecorationIcon__">CellDecoration(IReadOnlyList&lt;ICellDecorationIcon&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of the CellDecoration 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_CellDecoration_CornerFold" data-uid="GrapeCity.Documents.Excel.CellDecoration.CornerFold">
          <a class="xref" href="GrapeCity.Documents.Excel.CellDecoration.CornerFold.html#GrapeCity_Documents_Excel_CellDecoration_CornerFold">CornerFold</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the corner fold of the cell decoration.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_CellDecoration_Icons" data-uid="GrapeCity.Documents.Excel.CellDecoration.Icons">
          <a class="xref" href="GrapeCity.Documents.Excel.CellDecoration.Icons.html#GrapeCity_Documents_Excel_CellDecoration_Icons">Icons</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the corner fold of the cell decoration.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
