ISpreadsheetSaveToStreamCSV Method (Stream, Int32, String, String, Encoding, Boolean)Bytescout Spreadsheet SDK
Saves data in CSV format to a given stream.

Namespace:  Bytescout.Spreadsheet.COM
Assembly:  Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.1.2054-master
Syntax

void SaveToStreamCSV(
	Stream AStream,
	int SheetIndex,
	string Delimiter,
	string Quote,
	Encoding encoding,
	bool forceQuotation
)

Parameters

AStream
Type: System.IOStream
Stream to save to.
SheetIndex
Type: SystemInt32
Index of worksheet.
Delimiter
Type: SystemString
Delimiter symbol.
Quote
Type: SystemString
Quotation symbol.
encoding
Type: System.TextEncoding
The character encoding.
forceQuotation
Type: SystemBoolean
Force quotation.
See Also

Reference