Excel for WPF and Silverlight
Load(String,FileFormat) Method

C1.WPF.Excel Namespace > C1XLBook Class > Load Method : Load(String,FileFormat) Method
Name of the file that contains the worksheet.
FileFormat value that specifies the file format.
Loads an Excel worksheet from a file.
Syntax
'Declaration
 
Public Overloads Sub Load( _
   ByVal fileName As System.String, _
   ByVal format As FileFormat _
) 
public void Load( 
   System.string fileName,
   FileFormat format
)

Parameters

fileName
Name of the file that contains the worksheet.
format
FileFormat value that specifies the file format.
See Also

Reference

C1XLBook Class
C1XLBook Members
Overload List