# C1.WPF.FlexGrid.CellType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_WPF_FlexGrid_CellType" data-uid="C1.WPF.FlexGrid.CellType" class="text-break">CellType Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies a value that defines the type of cell.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.FlexGrid.html">C1.WPF.FlexGrid</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.FlexGrid.4.6.2.dll</h6>
  <h5 id="C1_WPF_FlexGrid_CellType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum CellType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum CellType</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="C1_WPF_FlexGrid_CellType_BottomLeft">BottomLeft</td>
        <td><p>Bottom left cell (at the intersection of the row header and column footer cells).</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_CellType_BottomRight">BottomRight</td>
        <td><p>Bottom right cell (at the intersection of the horizontal and vertical scrollbars).</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_CellType_Cell">Cell</td>
        <td><p>Regular data cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_CellType_ColumnFooter">ColumnFooter</td>
        <td><p>Column footer cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_CellType_ColumnHeader">ColumnHeader</td>
        <td><p>Column header cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_CellType_None">None</td>
        <td><p>Not a valid cell type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_CellType_RowHeader">RowHeader</td>
        <td><p>Row header cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_CellType_TopLeft">TopLeft</td>
        <td><p>Top left cell (at the intersection of the row and column header cells).</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
