Visual Basic (Declaration) | |
---|---|
Public Enum FractionDenominatorPrecision Inherits System.Enum |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As FractionDenominatorPrecision |
C# | |
---|---|
public enum FractionDenominatorPrecision : System.Enum |
Member | 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. |
System.Object
System.ValueType
System.Enum
FarPoint.Win.Spread.CellType.FractionDenominatorPrecision
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2