Spread Windows Forms 12.0 Product Documentation
Digits Property (TimeSpanInputFieldInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace > TimeSpanInputFieldInfo Class : Digits Property
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

Reference

TimeSpanInputFieldInfo Class
TimeSpanInputFieldInfo Members