'Declaration Public Overloads Sub Load( _ ByVal stream As System.IO.Stream, _ ByVal fillSheets As System.Boolean _ )
public void Load( System.IO.Stream stream, System.bool fillSheets )
Parameters
- stream
- System.IO.Stream that contains the worksheet.
- fillSheets
- True to load data into the sheets; False to read the sheet names only.