Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IWorkbook Interface / 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 specified format file stream.
    Syntax
    void Open( 
       System.IO.Stream fileStream,
       OpenFileFormat fileFormat
    )

    Parameters

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