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