# GrapeCity.Documents.Drawing.CellPosition

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Drawing_CellPosition" data-uid="GrapeCity.Documents.Drawing.CellPosition" class="text-break">CellPosition Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies whether a table cell appears behind or on top of other cells.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Drawing.html">GrapeCity.Documents.Drawing</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Imaging.dll</h6>
  <h5 id="GrapeCity_Documents_Drawing_CellPosition_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum CellPosition</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum CellPosition</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_Documents_Drawing_CellPosition_Background">Background</td>
        <td><p>A background cell that appears behind the table grid, regular cells, and foreground cells.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_CellPosition_Foreground">Foreground</td>
        <td><p>A foreground cell that appears on top of the table grid, regular cells, and background cells.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_CellPosition_Normal">Normal</td>
        <td><p>A regular table cell that should not overlap other regular cells.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
