Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

DocumentFormat.Csv Field

The CSV format (Comma-Separated Values) - the file format to store tabular data as plain text using commas as separators between cells.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public static readonly DocumentFormat Csv

Field Value

Type Description
DocumentFormat

A document format.

See Also