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

C1.WPF.Excel Namespace > C1XLBook Class > Load Method : Load(String,Boolean) Method
Name of the file that contains the worksheet.
True to load data into the sheets; False to read the sheet names only.
Loads an Excel worksheet from a file.
Syntax
'Declaration
 
Public Overloads Sub Load( _
   ByVal fileName As System.String, _
   ByVal fillSheets As System.Boolean _
) 
public void Load( 
   System.string fileName,
   System.bool fillSheets
)

Parameters

fileName
Name of the file that contains the worksheet.
fillSheets
True to load data into the sheets; False to read the sheet names only.
See Also

Reference

C1XLBook Class
C1XLBook Members
Overload List