# FarPoint.Win.Spread.CellType.NegativeFormat

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="FarPoint_Win_Spread_CellType_NegativeFormat" data-uid="FarPoint.Win.Spread.CellType.NegativeFormat" class="text-break">NegativeFormat Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the display of the negative sign in the cell contents.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.CellType.html">FarPoint.Win.Spread.CellType</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_CellType_NegativeFormat_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum NegativeFormat</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum NegativeFormat</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_CellType_NegativeFormat_NegativeSignAfter">NegativeSignAfter</td>
        <td><p>Displays the negative sign (to the right) after the value, as in 1-</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_NegativeFormat_NegativeSignAfterWithSpace">NegativeSignAfterWithSpace</td>
        <td><p>Displays the negative sign with a space (to the right) after the value, as in 1 -</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_NegativeFormat_NegativeSignBefore">NegativeSignBefore</td>
        <td><p>Displays the negative sign (to the left) before the value, as in -1</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_NegativeFormat_NegativeSignBeforeWithSpace">NegativeSignBeforeWithSpace</td>
        <td><p>Displays the negative sign with a space (to the left) before the value, as in - 1</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_NegativeFormat_Parentheses">Parentheses</td>
        <td><p>[0] Displays the value within parentheses, as in (1)</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_NegativeFormat_UseRegional">UseRegional</td>
        <td><p>[-1] Displays the value according to the Windows regional settings</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
