# GC.Spread.Common.INumberFormat

## Content

# Interface: INumberFormat

[Spread](../modules/GC.Spread).[Common](../modules/GC.Spread.Common).INumberFormat

## Table of contents

### Properties

- [arrayGroupSeparator](GC.Spread.Common.INumberFormat#arraygroupseparator)
- [arrayListSeparator](GC.Spread.Common.INumberFormat#arraylistseparator)
- [currencyDecimalSeparator](GC.Spread.Common.INumberFormat#currencydecimalseparator)
- [currencyGroupSeparator](GC.Spread.Common.INumberFormat#currencygroupseparator)
- [currencySymbol](GC.Spread.Common.INumberFormat#currencysymbol)
- [dbNumber](GC.Spread.Common.INumberFormat#dbnumber)
- [listSeparator](GC.Spread.Common.INumberFormat#listseparator)
- [numberDecimalSeparator](GC.Spread.Common.INumberFormat#numberdecimalseparator)
- [numberGroupSeparator](GC.Spread.Common.INumberFormat#numbergroupseparator)

## Properties

### <a id="arraygroupseparator" name="arraygroupseparator"></a> arrayGroupSeparator

• `Optional` **arrayGroupSeparator**: `string`

Indicates the separator for the array rows of an array constant in a formula.

___

### <a id="arraylistseparator" name="arraylistseparator"></a> arrayListSeparator

• `Optional` **arrayListSeparator**: `string`

Indicates the separator for the constants in one row of an array constant in a formula.

___

### <a id="currencydecimalseparator" name="currencydecimalseparator"></a> currencyDecimalSeparator

• `Optional` **currencyDecimalSeparator**: `string`

Indicates the currency decimal point.

___

### <a id="currencygroupseparator" name="currencygroupseparator"></a> currencyGroupSeparator

• `Optional` **currencyGroupSeparator**: `string`

Indicates the currency thousand separator.

___

### <a id="currencysymbol" name="currencysymbol"></a> currencySymbol

• `Optional` **currencySymbol**: `string`

Indicates the currency symbol.

___

### <a id="dbnumber" name="dbnumber"></a> dbNumber

• `Optional` **dbNumber**: `Object`

Specifies the DBNumber characters.

___

### <a id="listseparator" name="listseparator"></a> listSeparator

• `Optional` **listSeparator**: `string`

Indicates the separator for function arguments in a formula.

___

### <a id="numberdecimalseparator" name="numberdecimalseparator"></a> numberDecimalSeparator

• `Optional` **numberDecimalSeparator**: `string`

Indicates the decimal point.

___

### <a id="numbergroupseparator" name="numbergroupseparator"></a> numberGroupSeparator

• `Optional` **numberGroupSeparator**: `string`

Indicates the thousand separator.
