Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Renderer Namespace / CurrencyFormatter Class / CurrencyFormatter Constructor


In This Topic
    CurrencyFormatter Constructor
    In This Topic
    Creates a new currency cell renderer control to display formatted currency values in a cell.
    Syntax
    'Declaration
     
    
    Public Function New()
    'Usage
     
    
    Dim instance As New CurrencyFormatter()
    public CurrencyFormatter()
    Remarks
    Initializes an instance of the CurrencyFormatter class.
    See Also