Spread Windows Forms 17
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
    int CurrencyGroupSize {get; set;}
    See Also