# GrapeCity.Spreadsheet.SpecialCellsValue

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Spreadsheet_SpecialCellsValue" data-uid="GrapeCity.Spreadsheet.SpecialCellsValue" class="text-break">SpecialCellsValue Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies cells with a particular type of value to include in the result.</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_SpecialCellsValue_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum SpecialCellsValue</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum SpecialCellsValue</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_SpecialCellsValue_All">All</td>
        <td><p>Cells with any value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_SpecialCellsValue_Errors">Errors</td>
        <td><p>Cells with errors.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_SpecialCellsValue_Logical">Logical</td>
        <td><p>Cells with logical values.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_SpecialCellsValue_Numbers">Numbers</td>
        <td><p>Cells with numeric values.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_SpecialCellsValue_TextValues">TextValues</td>
        <td><p>Cells with text.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
