# GC.Spread.Common.IPredefinedFormats

## Content

# Interface: IPredefinedFormats

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

## Table of contents

### Properties

- [Accounting](GC.Spread.Common.IPredefinedFormats#accounting)
- [Comma](GC.Spread.Common.IPredefinedFormats#comma)
- [Currency](GC.Spread.Common.IPredefinedFormats#currency)
- [Date](GC.Spread.Common.IPredefinedFormats#date)
- [Special](GC.Spread.Common.IPredefinedFormats#special)
- [Time](GC.Spread.Common.IPredefinedFormats#time)
- [shortcut](GC.Spread.Common.IPredefinedFormats#shortcut)

## Properties

### <a id="accounting" name="accounting"></a> Accounting

• `Optional` **Accounting**: `string`

The format displayed in accounting category.

___

### <a id="comma" name="comma"></a> Comma

• `Optional` **Comma**: `string`

The format displayed in accounting category has no symbol.

___

### <a id="currency" name="currency"></a> Currency

• `Optional` **Currency**: `string`[]

The formats displayed in currency category.

___

### <a id="date" name="date"></a> Date

• `Optional` **Date**: `string`[]

The formats in date category.

___

### <a id="special" name="special"></a> Special

• `Optional` **Special**: `Object`

#### Index signature

▪ [K: `string`]: `string`

___

### <a id="time" name="time"></a> Time

• `Optional` **Time**: `string`[]

The formats in time category.

___

### <a id="shortcut" name="shortcut"></a> shortcut

• `Optional` **shortcut**: `Object`

#### Type declaration

| Name | Type |
| :------ | :------ |
| `Accounting?` | `string` |
| `Comma?` | `string` |
| `Currency?` | `string` |
| `Fraction?` | `string` |
| `LongDate?` | `string` |
| `Number?` | `string` |
| `Percentage?` | `string` |
| `Scientific?` | `string` |
| `ShortDate?` | `string` |
| `Text?` | `string` |
| `Time?` | `string` |
