Load(String,Boolean) Method
In This Topic
Loads the Excel worksheet from a file.
Syntax
'Declaration
Public Overloads Sub Load( _
ByVal As System.String, _
ByVal As System.Boolean _
)
public void Load(
System.string ,
System.bool
)
Parameters
- fileName
- Name of the file that contains the worksheet.
- last
- True to finish loading from the workbook; False to load data into the other worksheets.
See Also