ColumnCurrency
Type of column to contain a currency value.
Interface
interface IColumnCurrency extends IColumn {
decimals: int;
currencyLocaleId: int;
}
Properties
decimals
Number of decimals to display the value of the field.
-
Type:
int
-
Required: No
-
Default value: 2
currencyLocaleId
Locale ID of the currency field. Depending on the value a specific monetary unit will be configured.
-
Type:
int
-
Required: No
-
Posible values:
All LCID supported by SharePoint online
-
Example values:
1033, 3082