Skip to main content
A newer version of this page is available. .

CsvExportOptions Constructors

Contains options which define how a document is exported to CSV format.
Name Parameters Description
CsvExportOptions() none Initializes a new instance of the CsvExportOptions class with the default settings.
CsvExportOptions(String, Encoding, TextExportMode, Boolean, Boolean) separator, encoding, textExportMode, skipEmptyRows, skipEmptyColumns Initializes a new instance of the CsvExportOptions class with the specified separator, encoding and other settings.
CsvExportOptions(String, Encoding, TextExportMode) separator, encoding, textExportMode Initializes a new instance of the CsvExportOptions class with the specified separator, encoding and text export mode settings.
CsvExportOptions(String, Encoding) separator, encoding Initializes a new instance of the CsvExportOptions class with the specified separator and encoding settings.
See Also