# FarPoint.Win.Spread.CellType.CurrencyNegativeFormat

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="FarPoint_Win_Spread_CellType_CurrencyNegativeFormat" data-uid="FarPoint.Win.Spread.CellType.CurrencyNegativeFormat" class="text-break">CurrencyNegativeFormat Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the formatting of the currency symbol and negative sign in currency.</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_CurrencyNegativeFormat_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum CurrencyNegativeFormat</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum CurrencyNegativeFormat</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_CurrencyNegativeFormat_ParenthesesSpaceSymbolAfter">ParenthesesSpaceSymbolAfter</td>
        <td><p>[15] Displays the currency symbol and a space after the value and within parentheses, as in (1 $)</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_CurrencyNegativeFormat_ParenthesesSymbolAfter">ParenthesesSymbolAfter</td>
        <td><p>[4] Displays the currency symbol after the value and within parentheses, as in (1$)</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_CurrencyNegativeFormat_ParenthesesSymbolBefore">ParenthesesSymbolBefore</td>
        <td><p>[0] Displays the currency symbol and the value within parentheses, as in ($1)</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_CurrencyNegativeFormat_ParenthesesSymbolSpaceBefore">ParenthesesSymbolSpaceBefore</td>
        <td><p>[14] Displays the currency symbol and space before the value and within parentheses, as in ($ 1)</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_CurrencyNegativeFormat_SignBeforeSpaceSymbolAfter">SignBeforeSpaceSymbolAfter</td>
        <td><p>[8] Displays the negative sign before the value and a space with the currency symbol after the value, as in -1 $</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_CurrencyNegativeFormat_SignBeforeSymbolAfter">SignBeforeSymbolAfter</td>
        <td><p>[5] Displays the negative sign before the value and the currency symbol after, as in -1$</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_CurrencyNegativeFormat_SignSpaceSymbolAfter">SignSpaceSymbolAfter</td>
        <td><p>[13] Displays the negative sign, space, and currency symbol after the value, 1- $</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_CurrencyNegativeFormat_SignSymbolAfter">SignSymbolAfter</td>
        <td><p>[6] Displays the negative sign and the currency symbol after the value, as in 1-$</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_CurrencyNegativeFormat_SignSymbolBefore">SignSymbolBefore</td>
        <td><p>[1] Displays the negative sign and the currency symbol before the value, as in -$1</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_CurrencyNegativeFormat_SignSymbolSpaceBefore">SignSymbolSpaceBefore</td>
        <td><p>[9] Displays the negative sign and the currency symbol with a space before the value, as in -$ 1</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_CurrencyNegativeFormat_SpaceSymbolSignAfter">SpaceSymbolSignAfter</td>
        <td><p>[10] Displays the currency symbol and the negative sign with a space after the value, as in 1 $-</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_CurrencyNegativeFormat_SymbolBeforeSignAfter">SymbolBeforeSignAfter</td>
        <td><p>[3] Displays the currency symbol before the value and the negative sign after, as in $1-</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_CurrencyNegativeFormat_SymbolSignAfter">SymbolSignAfter</td>
        <td><p>[7] Displays the currency symbol and the negative sign after the value, as in 1$-</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_CurrencyNegativeFormat_SymbolSignBefore">SymbolSignBefore</td>
        <td><p>[2] Displays the currency symbol and the negative sign before the value, as in $-1</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_CurrencyNegativeFormat_SymbolSpaceBeforeSignAfter">SymbolSpaceBeforeSignAfter</td>
        <td><p>[11] Displays the currency symbol with a space before the value and the negative sign after the value, as in $ 1-</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_CurrencyNegativeFormat_SymbolSpaceSignBefore">SymbolSpaceSignBefore</td>
        <td><p>[12] Displays the currency symbol, space, and negative sign before the value, as in $ -1</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_CurrencyNegativeFormat_UseRegional">UseRegional</td>
        <td><p>[-1] Displays the currency symbol and the negative sign according to the Windows regional settings</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
