Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / IRegionalSettings Interface / NumberGroupSize Property


In This Topic
    NumberGroupSize Property (IRegionalSettings)
    In This Topic
    Gets or sets the number of digits in each number group.
    Syntax
    'Declaration
     
    
    Property NumberGroupSize As Integer
    'Usage
     
    
    Dim instance As IRegionalSettings
    Dim value As Integer
     
    instance.NumberGroupSize = value
     
    value = instance.NumberGroupSize
    int NumberGroupSize {get; set;}
    See Also