DisplayFormatOptions
A structure that represents additional options for display formatting.
Contents
Note
In the following list, the required parameters are described first.
- BlankCellFormat
-
Determines the blank cell format.
Type: String
Length Constraints: Maximum length of 256.
Required: No
- CurrencySymbol
-
The currency symbol, such as
USD
.Type: String
Length Constraints: Maximum length of 256.
Required: No
- DateFormat
-
Determines the
DateTime
format.Type: String
Length Constraints: Maximum length of 256.
Required: No
- DecimalSeparator
-
Determines the decimal separator.
Type: String
Valid Values:
COMMA | DOT
Required: No
- FractionDigits
-
Determines the number of fraction digits.
Type: Integer
Required: No
- GroupingSeparator
-
Determines the grouping separator.
Type: String
Length Constraints: Maximum length of 256.
Required: No
- NegativeFormat
-
The negative format.
Type: NegativeFormat object
Required: No
- Prefix
-
The prefix value for a display format.
Type: String
Length Constraints: Maximum length of 256.
Required: No
- Suffix
-
The suffix value for a display format.
Type: String
Length Constraints: Maximum length of 256.
Required: No
- UnitScaler
-
The unit scaler. Valid values for this structure are:
NONE
,AUTO
,THOUSANDS
,MILLIONS
,BILLIONS
, andTRILLIONS
.Type: String
Valid Values:
NONE | AUTO | THOUSANDS | MILLIONS | BILLIONS | TRILLIONS
Required: No
- UseBlankCellFormat
-
A Boolean value that indicates whether to use blank cell format.
Type: Boolean
Required: No
- UseGrouping
-
A Boolean value that indicates whether to use grouping.
Type: Boolean
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: