Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / CurrencyCellType Class / FixedPoint Property


In This Topic
    FixedPoint Property (CurrencyCellType)
    In This Topic
    Gets or sets whether to display zeros as placeholders in the decimal portion of the number for a fixed-point numeric display.
    Syntax
    'Declaration
     
    
    Public Property FixedPoint As Boolean
    'Usage
     
    
    Dim instance As CurrencyCellType
    Dim value As Boolean
     
    instance.FixedPoint = value
     
    value = instance.FixedPoint
    public bool FixedPoint {get; set;}
    See Also