[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.NumberIntegerPartField.MinDigits

MinDigits Property

MinDigits

Gets or sets the required digits of NumberIntegerPartField.

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

The required digits.

Exceptions
Type Condition
ArgumentException

The assigned value is greater than MaxDigits.

ArgumentOutOfRangeException

The assigned value is less than 0.