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


In This Topic
    Digit Property
    In This Topic
    Gets or sets the format for NumberFormatConverter.
    Syntax
    'Declaration
     
    Public Property Digit As String
    'Usage
     
    Dim instance As NumberFormatConverter
    Dim value As String
     
    instance.Digit = value
     
    value = instance.Digit
    public string Digit {get; set;}

    Property Value

    A System.String that indicates the setting of IntegerPart and DecimalPart.
    See Also