Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / PercentCellType Class / DecimalDigits Property
Example


In This Topic
    DecimalDigits Property (PercentCellType)
    In This Topic
    Gets or sets the number of decimal digits to display.
    Syntax
    'Declaration
     
    
    Public Property DecimalDigits As Integer
    'Usage
     
    
    Dim instance As PercentCellType
    Dim value As Integer
     
    instance.DecimalDigits = value
     
    value = instance.DecimalDigits
    public int DecimalDigits {get; set;}

    Property Value

    Integer number of digits
    Example
    This example sets the minimum and maximum values and how to display the percentage.
    See Also