[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.NumberDecimalPartDisplayField.MinDigits

MinDigits Property

MinDigits

Gets or sets the minimum digits of the NumberDecimalPartDisplayField.

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

An int value means the min length of decimal part.

Exceptions
Type Condition
ArgumentException

The assigned value is less than 0 or greater than MaxDigits.