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

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

void SaveToStreamTXT(
	Stream AStream,
	int SheetIndex,
	string Delimiter,
	string QuoteSymbol,
	Encoding encoding,
	bool forceQuotation
)

Parameters

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

Reference