# GrapeCity.Documents.Excel.SpecialCellType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Excel_SpecialCellType" data-uid="GrapeCity.Documents.Excel.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.Documents.Excel.html">GrapeCity.Documents.Excel</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_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_Documents_Excel_SpecialCellType_AllFormatConditions">AllFormatConditions</td>
        <td><p>Cells of any format condition in the specified range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_SpecialCellType_AllValidation">AllValidation</td>
        <td><p>Cells having validation criteria in the specified range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_SpecialCellType_Blanks">Blanks</td>
        <td><p>Empty cells in the specified range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_SpecialCellType_CellPicture">CellPicture</td>
        <td><p>Cells containing picture-in-cell in the specified range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_SpecialCellType_Comments">Comments</td>
        <td><p>Cells containing notes in the specified range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_SpecialCellType_Constants">Constants</td>
        <td><p>Cells containing constants. Use the <a class="xref" href="GrapeCity.Documents.Excel.SpecialCellsValue.html">SpecialCellsValue</a> to filter values by data types.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_SpecialCellType_Formulas">Formulas</td>
        <td><p>Cells containing formulas. Use the <a class="xref" href="GrapeCity.Documents.Excel.SpecialCellsValue.html">SpecialCellsValue</a> to filter formulas by return types.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_SpecialCellType_LastCell">LastCell</td>
        <td><p>The last visible cell in the used range of the worksheet of the specified range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_SpecialCellType_MergedCells">MergedCells</td>
        <td><p>Merged cells that intersects with the specified range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_SpecialCellType_SameFormatConditions">SameFormatConditions</td>
        <td><p>Cells having the same format as the top-left cell of the specified range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_SpecialCellType_SameValidation">SameValidation</td>
        <td><p>Cells having the same validation criteria as the top-left cell of the specified range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_SpecialCellType_Tags">Tags</td>
        <td><p>Cells containing tags in the specified range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_SpecialCellType_Visible">Visible</td>
        <td><p>All visible cells in the specified range.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
