Spread for ASP.NET 12 Product Documentation
OpenExcel(Stream,String,ExcelOpenFlags) Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class > OpenExcel Method : OpenExcel(Stream,String,ExcelOpenFlags) Method
Stream that contains an Excel Compound Document File
Name of sheet in Excel to load
Flags to specify file open options
Opens an Excel file and loads the specified Excel sheet into this sheet.
Syntax
'Declaration
 
Public Overloads Function OpenExcel( _
   ByVal stream As Stream, _
   ByVal sheetName As String, _
   ByVal excelOpenFlags As ExcelOpenFlags _
) As Boolean
'Usage
 
Dim instance As SheetView
Dim stream As Stream
Dim sheetName As String
Dim excelOpenFlags As ExcelOpenFlags
Dim value As Boolean
 
value = instance.OpenExcel(stream, sheetName, excelOpenFlags)
public bool OpenExcel( 
   Stream stream,
   string sheetName,
   ExcelOpenFlags excelOpenFlags
)

Parameters

stream
Stream that contains an Excel Compound Document File
sheetName
Name of sheet in Excel to load
excelOpenFlags
Flags to specify file open options
See Also

Reference

SheetView Class
SheetView Members
Overload List