NumberingFormatSettings.MinimumNumberOfDigits
Description:
Defines the minimum digit count for the numerical display.
Defines the minimum digit count for the numerical display.
Remarks:
This is not applied when numbering uses characters instead of digits.
This is not applied when numbering uses characters instead of digits.
public int MinimumNumberOfDigits { get; set; }
-
When setting this property: minimumNumberOfDigits must be in range between 1 and 10.