Formatting type for CSV files.
Namespace: GemBox.SpreadsheetAssembly: GemBox.Spreadsheet (in GemBox.Spreadsheet.dll) Version: 35.0.30.1025
Syntax
| C# |
|---|
public enum CsvType |
| Visual Basic |
|---|
Public Enumeration CsvType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| CommaDelimited | 0 | Comma delimited CSV (most frequently used). | |
| SemicolonDelimited | 1 | Semicolon delimited CSV (used by Excel if current culture specifies comma as decimal separator). | |
| TabDelimited | 2 | Tab delimited CSV. |