'Declaration
Public Overloads Sub Load( _ ByVal fileName As String, _ ByVal format As FileFormat, _ ByVal fillSheets As Boolean _ )
public void Load( string fileName, FileFormat format, bool fillSheets )
Parameters
- fileName
- Name of the file that contains the worksheet.
- format
- C1.WPF.Excel.C1XLBook.FileFormat value that specifies the file format.
- fillSheets
- True to load data into the sheets; False to read the sheet names only.