[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.Fields.TimeSpanInputFieldInfo.Digits

Digits Property

Digits

Gets or sets the digits of the field.

Declaration
public int Digits { get; set; }
Public Property Digits As Integer
Property Value
Type Description
int

An int value indicates the digits of the field.
The default is 1.

Remarks

The property retrieves how many chars user can input to the field.