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


In This Topic
    PercentageFormat Field
    In This Topic
    [Ctrl-Shift-%] Apply the Percentage format with no decimal places.
    Syntax
    'Declaration
     
    Public Shared ReadOnly PercentageFormat As SpreadCommand
    'Usage
     
    Dim value As SpreadCommand
     
    value = BuiltInCommands.PercentageFormat
    public static readonly SpreadCommand PercentageFormat
    See Also