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

Parameters

fileStream
The specified file stream.
See Also