Link Search Menu Expand Document

ISpreadsheetLoadFromStream Method (Stream, SpreadsheetFormatType, String, Encoding)

Load data from stream.

Namespace:Bytescout.Spreadsheet.COM
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
void LoadFromStream(
	Stream AStream,
	SpreadsheetFormatType SType,
	string Delimiter,
	Encoding Encoding
)

Parameters

AStream
Type: System.IOStream
The stream.
SType
Type: Bytescout.Spreadsheet.ConstantsSpreadsheetFormatType
Type of the stream.
Delimiter
Type: SystemString
Delimiter for text files.
Encoding
Type: System.TextEncoding
The character encoding for text files.
See Also

Reference