Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / NumberDecimalPartField Class / MaxDigits Property


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

    Property Value

    The System.Int32 value indicates the optional digits of the field.
    Remarks
    The property retrieves the maximum number of the digits.
    See Also