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


In This Topic
    FractionCustomFormat Property
    In This Topic
    Gets or sets how values are displayed as fractions with custom formatting.
    Syntax
    'Declaration
     
    
    Public Overridable Property FractionCustomFormat As String
    'Usage
     
    
    Dim instance As NumberCellType
    Dim value As String
     
    instance.FractionCustomFormat = value
     
    value = instance.FractionCustomFormat
    public virtual string FractionCustomFormat {get; set;}
    See Also