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


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

    Property Value

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