FarPoint.Win.Spread
OpenExcel Method
See Also 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SheetView Class : OpenExcel Method


Opens an Excel file and loads the specified sheet into this sheet.

Overload List

OverloadDescription
OpenExcel(String,String) Opens an Excel file and loads the specified sheet (by name) from that file into this sheet.  
OpenExcel(String,String,String) Opens an Excel file and loads the specified sheet (by name) from that file into this sheet.  
OpenExcel(String,Int32) Opens an Excel file and load the specified sheet (by number) from that file into this sheet.  
OpenExcel(String,Int32,String) Opens an Excel file and load the specified sheet (by number) from that file into this sheet.  

See Also