Opens an Excel Compound Document File and loads it into GcSpreadSheet.
            
            
            
            
            
            
            
            'Declaration
 
Public Overloads Sub OpenExcel( _
   ByVal  As System.IO.Stream, _
   ByVal  As System.Integer _
) 
             
        
            
            'Usage
 
Dim instance As Workbook
Dim stream As System.IO.Stream
Dim sheetIndex As System.Integer
 
instance.OpenExcel(stream, sheetIndex)
             
        
            
            public void OpenExcel( 
   System.IO.Stream ,
   System.int 
)
             
        
             
        
            Parameters
- stream
 
- The stream that contains the Excel Compound Document File.
 - sheetIndex
 
- The index of sheet in Excel file.
 
            
            Return Value
Whether the file opened successfully.
 
            Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)