CsvExportOptions Constructors
Contains options which define how grid data is exported to CSV format.Name | Parameters | Description |
---|---|---|
CsvExportOptions() | none | Initializes a new instance of the CsvExportOptions class with default settings. |
CsvExportOptions(String, Encoding) | separator, encoding | Initializes a new instance of the CsvExportOptions class with the specified separator and encoding settings. |
See Also