Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / DoubleCellType Class / FixedPoint Property
Example


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

    Property Value

    Boolean: true to set the fixed-point display and show placeholder zeros; false otherwise
    Example
    This example sets the display for a double-precision numeric cell.
    See Also