Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / BuiltInCommands Class / NumberFormat Field


In This Topic
    NumberFormat Field
    In This Topic
    [Ctrl-Shift-!] Apply the Number format with two decimal places, thousands separator, and minus sign (-) for negative values.
    Syntax
    'Declaration
     
    Public Shared ReadOnly NumberFormat As SpreadCommand
    'Usage
     
    Dim value As SpreadCommand
     
    value = BuiltInCommands.NumberFormat
    public static readonly SpreadCommand NumberFormat
    See Also