# GrapeCity.Spreadsheet.Data.ContentTypes

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Spreadsheet_Data_ContentTypes" data-uid="GrapeCity.Spreadsheet.Data.ContentTypes" class="text-break">ContentTypes Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies a value that indicates type(s) of content(s).</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.Data.html">GrapeCity.Spreadsheet.Data</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_Data_ContentTypes_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum ContentTypes : short</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum ContentTypes As Short</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_Data_ContentTypes_All">All</td>
        <td><p>Includes all data</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Data_ContentTypes_CellErrorText">CellErrorText</td>
        <td><p>Includes cell error text</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Data_ContentTypes_CellFormula">CellFormula</td>
        <td><p>Includes cell formula</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Data_ContentTypes_CellValue">CellValue</td>
        <td><p>Includes cell data</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Data_ContentTypes_ColumnFormula">ColumnFormula</td>
        <td><p>Includes column formula</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Data_ContentTypes_ErrorText">ErrorText</td>
        <td><p>Includes error text</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Data_ContentTypes_Formula">Formula</td>
        <td><p>Includes formulas</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Data_ContentTypes_None">None</td>
        <td><p>No data</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Data_ContentTypes_Note">Note</td>
        <td><p>Includes notes</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Data_ContentTypes_RowErrorText">RowErrorText</td>
        <td><p>Includes row error text</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Data_ContentTypes_RowFormula">RowFormula</td>
        <td><p>Includes row formula</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Data_ContentTypes_Tag">Tag</td>
        <td><p>Includes tags</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
