Spread WinForms 15
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
See Also