Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / RegionalSettings Class / NumberGroupSize Property


In This Topic
    NumberGroupSize Property (RegionalSettings)
    In This Topic
    Gets or sets the number of digits by which to group numeric values.
    Syntax
    'Declaration
     
    
    Public Property NumberGroupSize As Integer
    'Usage
     
    
    Dim instance As RegionalSettings
    Dim value As Integer
     
    instance.NumberGroupSize = value
     
    value = instance.NumberGroupSize
    public int NumberGroupSize {get; set;}
    See Also