com.microstrategy.web.objects.EnumGridNegativeNumbersFormat |
Enumeration for specifying how the negative numbers in the grid should be formatted.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | GridNegativeNumbersFormatDefault | Specifies the default format for negative numbers. | |||||||||
int | GridNegativeNumbersFormatParenthesis | Specifies that the negative numbers should be between parenthesis. | |||||||||
int | GridNegativeNumbersFormatParenthesisRed | Specifies that the negative numbers should be between parenthesis and red. | |||||||||
int | GridNegativeNumbersFormatRed | Specifies that the negative numbers should be red. | |||||||||
int | GridNegativeNumbersFormatRedMinus | Specifies that the negative numbers should be red preceeded with a minus sign. |
Specifies the default format for negative numbers.
Specifies that the negative numbers should be between parenthesis.
Specifies that the negative numbers should be between parenthesis and red.
Specifies that the negative numbers should be red.
Specifies that the negative numbers should be red preceeded with a minus sign.