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


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

    Property Value

    An System.Int32 value indicates the digits of the field.
    The default is 1.
    Remarks
    The property retrieves how many chars user can input to the field.
    See Also