| Package | Description |
|---|---|
| com.smartsheet.api.models.format |
| Modifier and Type | Field and Description |
|---|---|
static ThousandsSeparator |
ThousandsSeparator.DEFAULT
The default setting when the
Format for ThousandsSeparator is null; |
| Modifier and Type | Method and Description |
|---|---|
ThousandsSeparator |
Format.getThousandsSeparator() |
static ThousandsSeparator |
ThousandsSeparator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThousandsSeparator[] |
ThousandsSeparator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Format.FormatBuilder |
Format.FormatBuilder.withThousandsSeparator(ThousandsSeparator value)
Sets the thousands separator property of the format
|
Copyright © 2014–2019 Smartsheet. All rights reserved.