Spread Windows Forms 7.0 Product Documentation
FractionDenominatorPrecision Enumeration
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace : FractionDenominatorPrecision Enumeration


Glossary Item Box

Specifies the precision of the fraction denominator for numeric cells that display as fractions.

Syntax

Visual Basic (Declaration) 
Public Enum FractionDenominatorPrecision 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As FractionDenominatorPrecision
C# 
public enum FractionDenominatorPrecision : System.Enum 

Members

MemberDescription
AutoSets the precision automatically.
CustomSets the precision to a custom value.
EighthsSets the precision to eighths.
HalvesSets the precision to halves.
HundredthsSets the precision to hundredths.
QuartersSets the precision to quarters.
SixteenthsSets the precision to sixteenths.
SixtyFourthsSets the precision to sixty-fourths.
TenthsSets the precision to tenths.
ThirtySecondsSets the precision to thirty-seconds.
ThousandthsSets the precision to thousandths.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.Spread.CellType.FractionDenominatorPrecision

Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.