'Declaration
Public Overloads Sub Load( _ ByVal fileName As String, _ ByVal fillSheets As Boolean _ )
public void Load( string fileName, 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.