# FarPoint.Win.Spread.NoteStyle

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="FarPoint_Win_Spread_NoteStyle" data-uid="FarPoint.Win.Spread.NoteStyle" class="text-break">NoteStyle Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies how the cell notes are displayed.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.html">FarPoint.Win.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_NoteStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum NoteStyle</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum NoteStyle</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_Win_Spread_NoteStyle_Hidden">Hidden</td>
        <td><p>Does not display the cell note or the cell note indicator</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_NoteStyle_PopupNote">PopupNote</td>
        <td><p>Displays the cell note as a floating object only when the mouse is over the cell note indicator</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_NoteStyle_PopupStickyNote">PopupStickyNote</td>
        <td><p>Displays the cell sticky note as a floating object only when the mouse is over the cell note indicator</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_NoteStyle_StickyNote">StickyNote</td>
        <td><p>Always displays the cell note as a movable box</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
