[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.NumberDecimalPartField.MaxDigits

MaxDigits Property

MaxDigits

Gets or sets the optional digits of the field.

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 greater than 28 or less than MinDigits.