# FarPoint.Web.Spread.CurrencyCellType.NumberFormat

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Web_Spread_CurrencyCellType_NumberFormat_" data-uid="FarPoint.Web.Spread.CurrencyCellType.NumberFormat*">NumberFormat Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Web_Spread_CurrencyCellType_NumberFormat_" data-uid="FarPoint.Web.Spread.CurrencyCellType.NumberFormat*"></a>
<h4 id="FarPoint_Web_Spread_CurrencyCellType_NumberFormat" data-uid="FarPoint.Web.Spread.CurrencyCellType.NumberFormat">NumberFormat</h4>
<div class="markdown level1 summary"><p>Gets or sets a NumberFormatInfo which is used to format the numeric value, such as for currency.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public override NumberFormatInfo NumberFormat { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public Overrides Property NumberFormat As NumberFormatInfo</code></pre>
</div>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="FarPoint.Web.Spread.GeneralCellType.NumberFormat.html#FarPoint_Web_Spread_GeneralCellType_NumberFormat">GeneralCellType.NumberFormat</a></div>
</div>
