SpreadsheetLoadFromStream Method (Stream, SpreadsheetFormatType)Bytescout Spreadsheet SDK
Load data from stream.

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

public void LoadFromStream(
	Stream AStream,
	SpreadsheetFormatType SType
)

Parameters

AStream
Type: System.IOStream
The stream.
SType
Type: Bytescout.Spreadsheet.ConstantsSpreadsheetFormatType
Type of the stream.

Implements

ISpreadsheetLoadFromStream(Stream, SpreadsheetFormatType)
See Also

Reference