Skip to main content

LinkBase.ExportToCsv Method

Name Parameters Description
ExportToCsv(Stream, CsvExportOptions) stream, options Exports a document to the specified stream in CSV format using the defined CSV-specific options.
ExportToCsv(Stream) stream Exports a document to the specified stream in CSV format.
ExportToCsv(String, CsvExportOptions) filePath, options Exports a document to the specified file path in CSV format using the defined CSV-specific options.
ExportToCsv(String) filePath Exports a document to the specified file path in CSV format.