Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / NumberDecimalPartDisplayField Class / MinDigits Property


In This Topic
    MinDigits Property (NumberDecimalPartDisplayField)
    In This Topic
    Gets or sets the minimum digits of the NumberDecimalPartDisplayField.
    Syntax
    'Declaration
     
    Public Property MinDigits As Integer
    'Usage
     
    Dim instance As NumberDecimalPartDisplayField
    Dim value As Integer
     
    instance.MinDigits = value
     
    value = instance.MinDigits
    public int MinDigits {get; set;}

    Property Value

    An System.Int32 value means the min length of decimal part.
    Exceptions
    ExceptionDescription
    The assigned value is less than 0 or greater than MaxDigits.
    See Also