GemBox.Spreadsheet

CsvType Enumeration

Formatting type for CSV files.

public enum CsvType

Members

Member Name Description
CommaDelimited Comma delimited CSV (most frequently used).
SemicolonDelimited Semicolon delimited CSV (used by Excel if current culture specifies comma as decimal separator).
TabDelimited Tab delimited CSV.

Requirements

Namespace: GemBox.Spreadsheet

Assembly: GemBox.Spreadsheet (in GemBox.Spreadsheet.dll)

See Also

GemBox.Spreadsheet Namespace