Spread Silverlight Documentation
OpenExcel(Stream,Int32) Method


The file stream.
The index of the sheet in Excel file.
Opens an Excel Compound Document File and loads it into GcSpreadSheet.
Syntax
'Declaration
 
Public Overloads Sub OpenExcel( _
   ByVal stream As System.IO.Stream, _
   ByVal sheetIndex As System.Integer _
) 
'Usage
 
Dim instance As GcSpreadSheet
Dim stream As System.IO.Stream
Dim sheetIndex As System.Integer
 
instance.OpenExcel(stream, sheetIndex)
public void OpenExcel( 
   System.IO.Stream stream,
   System.int sheetIndex
)

Parameters

stream
The file stream.
sheetIndex
The index of the sheet in Excel file.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

GcSpreadSheet Class
GcSpreadSheet Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.