# FarPoint.Web.Spread.ShowFrozenIndicator

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="FarPoint_Web_Spread_ShowFrozenIndicator" data-uid="FarPoint.Web.Spread.ShowFrozenIndicator" class="text-break">ShowFrozenIndicator Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies how to show the frozen indicator.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Web.Spread.html">FarPoint.Web.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Web.Spread.dll</h6>
  <h5 id="FarPoint_Web_Spread_ShowFrozenIndicator_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum ShowFrozenIndicator</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum ShowFrozenIndicator</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="FarPoint_Web_Spread_ShowFrozenIndicator_Column">Column</td>
        <td><p>Displays the column frozen indicator in the column header</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_ShowFrozenIndicator_None">None</td>
        <td><p>Does not display the frozen indicator</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_ShowFrozenIndicator_Row">Row</td>
        <td><p>Displays the row frozen indicator in the row header</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
