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


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

    Property Value

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