Link Search Menu Expand Document

ISpreadsheetLoadFromStream Method (Stream, CacheType, String)

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,
	CacheType Cache,
	string Password
)

Parameters

AStream
Type: System.IOStream
The stream.
Cache
Type: Bytescout.SpreadsheetCacheType
Type of the cache.
Password
Type: SystemString
The password.
See Also

Reference