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


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

Parameters

stream
Stream containing an Excel Compound Document File
sheetName
Name of sheet in Excel to load
See Also

Reference

SheetView Class
SheetView Members
Overload List