| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| includeLeadingZero | Boolean | Optional | Indicates whether a Leading Zero should be included for numbers with no Integer part. If omitted, a value of True is assumed. | |
| decimalPlaces | Integer | Optional | The number of Decimal Places to display. If omitted, a value of -1 is assumed. | |
| decimalPlacesHash | Integer | Optional | The number of optional Decimal Places to display. This cannot be less than decimalPlaces. If omitted, a value of -1 is assumed. | |
| groupDigits | Boolean | Optional | Indicates whether to Group Digits and display a separator character. If omitted, a value of True is assumed. | |
| useParenthesesForNegatives | Boolean | Optional | Indicates whether Negative numbers should be enclosed in Parentheses. If omitted, a value of True is assumed. | |
| blankIfZero | Boolean | Optional | Indicates whether Zeros should appear as a Blank. If omitted, a value of False is assumed. | |
| addPercentageSign | Boolean | Optional | Indicates whether a Percent sign should be added to the format. If omitted, a value of False is assumed. |
A String value.