Spread Windows Forms 13.0 Product Documentation
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / IRegionalSettings Interface / PercentDecimalDigits Property


In This Topic
    PercentDecimalDigits Property (IRegionalSettings)
    In This Topic
    Gets or sets the number of decimal places in percent values.
    Syntax
    'Declaration
     
    Property PercentDecimalDigits As Integer
    'Usage
     
    Dim instance As IRegionalSettings
    Dim value As Integer
     
    instance.PercentDecimalDigits = value
     
    value = instance.PercentDecimalDigits
    int PercentDecimalDigits {get; set;}

    Property Value

    Integer number of decimal places for percent values
    Remarks
    Specify the percent symbol by setting the PercentSign property.
    See Also