Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / OpenExcel Method / OpenExcel(Stream,ExcelOpenFlags,ExcelWarningList) Method
Stream
Open flag
List of Excel warnings


OpenExcel(Stream,ExcelOpenFlags,ExcelWarningList) Method
Opens an Excel Compound Document File and loads it into Spread with a list of warnings.
Syntax
'Declaration
 
Public Overloads Function OpenExcel( _
   ByVal stream As Stream, _
   ByVal openFlags As ExcelOpenFlags, _
   ByVal warningList As ExcelWarningList _
) As Boolean
 
'Usage
 
Dim instance As FpSpread
Dim stream As Stream
Dim openFlags As ExcelOpenFlags
Dim warningList As ExcelWarningList
Dim value As Boolean
 
value = instance.OpenExcel(stream, openFlags, warningList)

Parameters

stream
Stream
openFlags
Open flag
warningList
List of Excel warnings
Exceptions
ExceptionDescription
No stream specified or specified stream is null
No stream specified or specified stream is empty
See Also