RevoGrid Documentation v4.15.8 / CSVFormat
Interface: CSVFormat
Extends
Properties
| Property | Type | Inherited from | Defined in |
|---|---|---|---|
bom | boolean | - | src/plugins/export/types.ts:23 |
columnDelimiter | string | - | src/plugins/export/types.ts:24 |
encoding | string | FormatterOptions.encoding | src/plugins/export/types.ts:13 |
fileKind | "csv" | - | src/plugins/export/types.ts:22 |
filename? | string | - | src/plugins/export/types.ts:26 |
mime | string | FormatterOptions.mime | src/plugins/export/types.ts:12 |
rowDelimiter | string | - | src/plugins/export/types.ts:25 |