# C1.FlexPivot.ShowAs

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_FlexPivot_ShowAs" data-uid="C1.FlexPivot.ShowAs" class="text-break">ShowAs Enum
</h1>
  <div class="markdown level0 summary"></div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.FlexPivot.html">C1.FlexPivot</a></h6>
  <h6><strong>Assembly</strong>: C1.PivotEngine.dll</h6>
  <h5 id="C1_FlexPivot_ShowAs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Obsolete(&quot;Use C1.PivotEngine.ShowAs instead.&quot;)]
public enum ShowAs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Obsolete(&quot;Use C1.PivotEngine.ShowAs instead.&quot;)&gt;
Public Enum ShowAs</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="C1_FlexPivot_ShowAs_DiffCol">DiffCol</td>
        <td></td>
      </tr>
      <tr>
        <td id="C1_FlexPivot_ShowAs_DiffColPct">DiffColPct</td>
        <td></td>
      </tr>
      <tr>
        <td id="C1_FlexPivot_ShowAs_DiffRow">DiffRow</td>
        <td></td>
      </tr>
      <tr>
        <td id="C1_FlexPivot_ShowAs_DiffRowPct">DiffRowPct</td>
        <td></td>
      </tr>
      <tr>
        <td id="C1_FlexPivot_ShowAs_NoCalculation">NoCalculation</td>
        <td></td>
      </tr>
      <tr>
        <td id="C1_FlexPivot_ShowAs_PctCol">PctCol</td>
        <td></td>
      </tr>
      <tr>
        <td id="C1_FlexPivot_ShowAs_PctGrand">PctGrand</td>
        <td></td>
      </tr>
      <tr>
        <td id="C1_FlexPivot_ShowAs_PctRow">PctRow</td>
        <td></td>
      </tr>
      <tr>
        <td id="C1_FlexPivot_ShowAs_RunTot">RunTot</td>
        <td></td>
      </tr>
      <tr>
        <td id="C1_FlexPivot_ShowAs_RunTotPct">RunTotPct</td>
        <td></td>
      </tr>
    </tbody>
  </table>
</div>
