SpreadsheetWebControlLoadFromStream Method (Stream, SpreadsheetFormatType, CacheType)
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Load data from stream.
Namespace:Bytescout.SpreadsheetAssembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public void LoadFromStream( Stream AStream, SpreadsheetFormatType SType, CacheType Cache )
Parameters
- AStream
- Type: System.IOStream
The stream. - SType
- Type: Bytescout.Spreadsheet.ConstantsSpreadsheetFormatType
Type of the stream. - Cache
- Type: Bytescout.SpreadsheetCacheType
Type of the cache.
See Also