Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / IRegionalSettings Interface / CurrencyGroupSize Property


In This Topic
CurrencyGroupSize Property (IRegionalSettings)
In This Topic
Gets or sets the number of digits in each currency group.
Syntax
'Declaration
 
Property CurrencyGroupSize As Integer
 
'Usage
 
Dim instance As IRegionalSettings
Dim value As Integer
 
instance.CurrencyGroupSize = value
 
value = instance.CurrencyGroupSize
See Also