CsvExportOptions Constructors
Contains options which define how a document is exported to CSV format.
Name | Parameters | Description |
---|---|---|
Csv |
none |
Initializes a new instance of the Csv |
Csv |
separator, encoding, text |
Initializes a new instance of the Csv |
Csv |
separator, encoding, text |
Initializes a new instance of the Csv |
Csv |
separator, encoding |
Initializes a new instance of the Csv |
See Also