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