[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.NumberIntegerPartField.MaxDigits

MaxDigits Property

MaxDigits

Gets or sets the optional digits of NumberIntegerPartField.

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

The optional digits.

Exceptions
Type Condition
ArgumentException

The assigned value is less than MinDigits.