CsvDataExportSettings Class Members
In This Topic
The following tables list the members exposed by CsvDataExportSettings.
Public Constructors
Public Properties
| Name | Description |
 | ColumnsDelimiter | Gets or sets the delimiter used between columns in the CSV file. |
 | Encoding | Gets or sets the encoding used for the CSV file. |
 | NoHeader | Gets or sets a value indicating whether to exclude the header row from the CSV file. |
 | QuotationSymbol | Gets or sets the symbol used for quoting values in the CSV file. |
 | RowsDelimiter | Gets or sets the delimiter used between rows in the CSV file. |
Top
See Also