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


In This Topic
    FractionRenderOnly Property
    In This Topic
    Gets or sets whether to allow fractions in edit mode when values are displayed as fractions.
    Syntax
    'Declaration
     
    
    Public Overridable Property FractionRenderOnly As Boolean
    'Usage
     
    
    Dim instance As NumberCellType
    Dim value As Boolean
     
    instance.FractionRenderOnly = value
     
    value = instance.FractionRenderOnly
    public virtual bool FractionRenderOnly {get; set;}
    See Also