Link Search Menu Expand Document

SpreadsheetLoadFromStream Method (Stream, CacheType, String)

Load data from stream.

Namespace:Bytescout.Spreadsheet
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public 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.

Implements

ISpreadsheetLoadFromStream(Stream, CacheType, String)
See Also

Reference