Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / NumberFormatConverter Class / NegativeSuffix Property


In This Topic
    NegativeSuffix Property
    In This Topic
    Gets or sets the negative suffix for GrapeCity.Windows.InputMan.NumberFormatConverter.
    Syntax
    'Declaration
     
    <DefaultValueAttribute("")>
    Public Property NegativeSuffix As String
    'Usage
     
    Dim instance As NumberFormatConverter
    Dim value As String
     
    instance.NegativeSuffix = value
     
    value = instance.NegativeSuffix
    [DefaultValue("")]
    public string NegativeSuffix {get; set;}

    Property Value

    A System.String shows in the tail of output string when input value is negative.
    See Also