GrapeCity.Documents.Excel Namespace / Workbook Class / Open Method / Open(Stream,OpenFileFormat) Method
The specified file stream.
The format of the file stream.
In This Topic
Open(Stream,OpenFileFormat) Method
In This Topic
Opens the stream with specified file format.
Syntax
public void Open( 
   System.IO.Stream fileStream,
   OpenFileFormat fileFormat
)

Parameters

fileStream
The specified file stream.
fileFormat
The format of the file stream.
See Also