NumberFormatInfo: CurrencyGroupSizes (let) |
Sets an array of longs which represent a set of group sizes before being comma separated.
Public Property Let CurrencyGroupSizes( ByRef Value ( ) As Long )
Each element represents the number of digits that will be grouped together before a comma separator is inserted. Each element is used once to specify the group size, then the next element is used for the next group of digits, until the last group size. The last group size is used for the remainder of digits to be formatted.
If a 0 is specified for a group size, it can only be the last size in the array. A 0 as the last group size will prevent the remaining digits from being separated.
Read/Write.