# GrapeCity.CalcEngine.StructuredItemSpecifiers

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_CalcEngine_StructuredItemSpecifiers" data-uid="GrapeCity.CalcEngine.StructuredItemSpecifiers" class="text-break">StructuredItemSpecifiers Enum
</h1>
  <div class="markdown level0 summary"><p>Represents item specifiers of the structured object.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.CalcEngine.html">GrapeCity.CalcEngine</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.CalcEngine.dll</h6>
  <h5 id="GrapeCity_CalcEngine_StructuredItemSpecifiers_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum StructuredItemSpecifiers : byte</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum StructuredItemSpecifiers As Byte</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_CalcEngine_StructuredItemSpecifiers_All">All</td>
        <td><p>The entire table, including column headers, data, and totals (if any).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_StructuredItemSpecifiers_Data">Data</td>
        <td><p>Just the data rows.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_StructuredItemSpecifiers_Default">Default</td>
        <td><p>Default item specifier. It has same effect with Data.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_StructuredItemSpecifiers_Headers">Headers</td>
        <td><p>Just the header row.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_StructuredItemSpecifiers_RowHeaders">RowHeaders</td>
        <td><p>The row headers</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_StructuredItemSpecifiers_ThisRow">ThisRow</td>
        <td><p>Just the cells in the same row as the formula.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_StructuredItemSpecifiers_Totals">Totals</td>
        <td><p>Just the total row. If none exists, then it returns null.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
