Spread WPF 17
GrapeCity.CalcEngine.Functions Namespace / CalcDollarFunction Class
Members


In This Topic
    CalcDollarFunction Class
    In This Topic
    The function described in this Help topic converts a number to text format and applies a currency symbol. The name of the function (and the symbol that it applies) depends upon your language settings. This function converts a number to text using currency format, with the decimals rounded to the specified place. The format used is $#,##0.00_);($#,##0.00).
    Object Model
    CalcDollarFunction Class
    Syntax
    'Declaration
     
    Public Class CalcDollarFunction 
       Inherits CalcBuiltinFunction
    'Usage
     
    Dim instance As CalcDollarFunction
    public class CalcDollarFunction : CalcBuiltinFunction 
    Inheritance Hierarchy

    System.Object
       GrapeCity.CalcEngine.Functions.CalcFunction
          GrapeCity.CalcEngine.Functions.CalcBuiltinFunction
             GrapeCity.CalcEngine.Functions.CalcDollarFunction

    See Also