[]
Specifies the precision of the fraction denominator for numeric cells that display as fractions.
public enum FractionDenominatorPrecision
Public Enum FractionDenominatorPrecision
Name | Description |
---|---|
Auto | Sets the precision automatically. |
Custom | Sets the precision to a custom value. |
Eighths | Sets the precision to eighths. |
Halves | Sets the precision to halves. |
Hundredths | Sets the precision to hundredths. |
Quarters | Sets the precision to quarters. |
Sixteenths | Sets the precision to sixteenths. |
SixtyFourths | Sets the precision to sixty-fourths. |
Tenths | Sets the precision to tenths. |
ThirtySeconds | Sets the precision to thirty-seconds. |
Thousandths | Sets the precision to thousandths. |