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


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

    Property Value

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