Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / NumberCellType Class / FractionMode Property


In This Topic
    FractionMode Property
    In This Topic
    Gets or sets whether values are represented as fractions.
    Syntax
    'Declaration
     
    
    Public Overridable Property FractionMode As Boolean
    'Usage
     
    
    Dim instance As NumberCellType
    Dim value As Boolean
     
    instance.FractionMode = value
     
    value = instance.FractionMode
    public virtual bool FractionMode {get; set;}
    See Also