com.microstrategy.web.objects.EnumGridNumberCurrencyPosition |
This interface contains enumeration constants which describe possible locations for the currency symbol in a currency format string.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | GRID_NUMBER_CURRENCY_POSITION_LEFT | Specifies that the currency position should be on the left side of the number with no trailing space. | |||||||||
int | GRID_NUMBER_CURRENCY_POSITION_LEFT_SPACE | Specifies that the currency position should be on the left side of the number with a trailing space. | |||||||||
int | GRID_NUMBER_CURRENCY_POSITION_RIGHT | Specifies that the currency position should be on the right side of the number with no trailing space. | |||||||||
int | GRID_NUMBER_CURRENCY_POSITION_RIGHT_SPACE | Specifies that the currency position should be on the right side of the number with a trailing space. |
Specifies that the currency position should be on the left side of the number with no trailing space.
Specifies that the currency position should be on the left side of the number with a trailing space.
Specifies that the currency position should be on the right side of the number with no trailing space.
Specifies that the currency position should be on the right side of the number with a trailing space.