Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / TimeSpanInputDisplayFieldInfo Class / Digits Property


In This Topic
Digits Property (TimeSpanInputDisplayFieldInfo)
In This Topic
Gets or sets the digits of the field.
Syntax
'Declaration
 
Public Property Digits As Integer
 
'Usage
 
Dim instance As TimeSpanInputDisplayFieldInfo
Dim value As Integer
 
instance.Digits = value
 
value = instance.Digits

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