Load(Stream,FileFormat,Boolean) Method
In This Topic
Loads the worksheet from a stream.
Syntax
'Declaration
Public Overloads Sub Load( _
ByVal As System.IO.Stream, _
ByVal As FileFormat, _
ByVal As System.Boolean _
)
public void Load(
System.IO.Stream ,
FileFormat ,
System.bool
)
Parameters
- stream
- System.IO.Stream 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