# GrapeCity.Documents.Excel.ICellPadding

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_ICellPadding" data-uid="GrapeCity.Documents.Excel.ICellPadding" class="text-break">ICellPadding Interface
</h1>
  <div class="markdown level0 summary"><p>Gets or sets the cell padding.</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_ICellPadding_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ICellPadding</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ICellPadding</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_ICellPadding_Bottom" data-uid="GrapeCity.Documents.Excel.ICellPadding.Bottom">
          <a class="xref" href="GrapeCity.Documents.Excel.ICellPadding.Bottom.html#GrapeCity_Documents_Excel_ICellPadding_Bottom">Bottom</a>
        </td>
        <td class="markdown level1 summary"><p>get bottom cell padding.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ICellPadding_Left" data-uid="GrapeCity.Documents.Excel.ICellPadding.Left">
          <a class="xref" href="GrapeCity.Documents.Excel.ICellPadding.Left.html#GrapeCity_Documents_Excel_ICellPadding_Left">Left</a>
        </td>
        <td class="markdown level1 summary"><p>get left cell padding.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ICellPadding_Right" data-uid="GrapeCity.Documents.Excel.ICellPadding.Right">
          <a class="xref" href="GrapeCity.Documents.Excel.ICellPadding.Right.html#GrapeCity_Documents_Excel_ICellPadding_Right">Right</a>
        </td>
        <td class="markdown level1 summary"><p>get right cell padding.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ICellPadding_Top" data-uid="GrapeCity.Documents.Excel.ICellPadding.Top">
          <a class="xref" href="GrapeCity.Documents.Excel.ICellPadding.Top.html#GrapeCity_Documents_Excel_ICellPadding_Top">Top</a>
        </td>
        <td class="markdown level1 summary"><p>get top cell padding.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
