Defines the denominator precision or fixed value used when formatting numbers as fractions.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Formatting.FormatStrings
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
C#
public enum FractionDenominatorType
Fields
Fixed denominator of 8 (eighths).
C#
AsEighths = 5
Fixed denominator of 2 (halves).
C#
AsHalves = 3
Fixed denominator of 100 (hundredths).
C#
AsHundredths = 8
Fixed denominator of 4 (quarters).
C#
AsQuarters = 4
Fixed denominator of 16 (sixteenths).
C#
AsSixteenths = 6
Fixed denominator of 10 (tenths).
C#
AsTenths = 7
Denominators with up to one digit (1-9).
C#
UpToOneDigit = 0
Denominators with up to three digits (1-999).
C#
UpToThreeDigits = 2
Denominators with up to two digits (1-99).
C#
UpToTwoDigits = 1