Load(String,FileFormat,Boolean) Method
In This Topic
Loads an Excel worksheet from a file.
Syntax
'Declaration
Public Overloads Sub Load( _
ByVal As System.String, _
ByVal As FileFormat, _
ByVal As System.Boolean _
)
public void Load(
System.string ,
FileFormat ,
System.bool
)
Parameters
- fileName
- Name of the file that contains the worksheet.
- format
- C1.Excel.C1XLBook.FileFormat value that specifies the file format.
- fillSheets
- True to load data into the sheets; False to read the sheet names only.
See Also