SpreadsheetComponentSaveToStreamCSV Method (Stream, Int32)Bytescout Spreadsheet SDK
Saves data in CSV format to a given stream

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

public void SaveToStreamCSV(
	Stream AStream,
	int SheetIndex
)

Parameters

AStream
Type: System.IOStream
Stream to save to.
SheetIndex
Type: SystemInt32
Index of worksheet.
See Also

Reference