# GrapeCity.Spreadsheet.SpecialCellType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Spreadsheet_SpecialCellType" data-uid="GrapeCity.Spreadsheet.SpecialCellType" class="text-break">SpecialCellType Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the type of cells.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.html">GrapeCity.Spreadsheet</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_SpecialCellType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum SpecialCellType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum SpecialCellType</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_Spreadsheet_SpecialCellType_AllFormatConditions">AllFormatConditions</td>
        <td><p>Cells of any format.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_SpecialCellType_AllValidation">AllValidation</td>
        <td><p>Cells having validation criteria.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_SpecialCellType_Blanks">Blanks</td>
        <td><p>Empty cells.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_SpecialCellType_Comments">Comments</td>
        <td><p>Cells containing notes.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_SpecialCellType_Constants">Constants</td>
        <td><p>Cells containing constants. Use the <a class="xref" href="GrapeCity.Spreadsheet.SpecialCellsValue.html">SpecialCellsValue</a> to filter values by data types.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_SpecialCellType_Formulas">Formulas</td>
        <td><p>Cells containing formulas. Use the <a class="xref" href="GrapeCity.Spreadsheet.SpecialCellsValue.html">SpecialCellsValue</a> to filter formulas by return types.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_SpecialCellType_LastCell">LastCell</td>
        <td><p>The last cell in the used range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_SpecialCellType_SameFormatConditions">SameFormatConditions</td>
        <td><p>Cells having the same format.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_SpecialCellType_SameValidation">SameValidation</td>
        <td><p>Cells having the same validation criteria.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_SpecialCellType_Visible">Visible</td>
        <td><p>All visible cells.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
