ComponentOne Excel for UWP
Load Method (C1XLBook)

C1.UWP.Excel Assembly > C1.Xaml.Excel Namespace > C1XLBook Class : Load Method
System.IO.Stream that contains the worksheet.
FileFormat value that specifies the file format.
True to load data into the sheets; False to read the sheet names only.
Loads the worksheet from a stream.
Syntax
'Declaration
 
Public Sub Load( _
   ByVal stream As System.IO.Stream, _
   ByVal format As FileFormat, _
   ByVal fillSheets As System.Boolean _
) 
public void Load( 
   System.IO.Stream stream,
   FileFormat format,
   System.bool fillSheets
)

Parameters

stream
System.IO.Stream that contains the worksheet.
format
FileFormat value that specifies the file format.
fillSheets
True to load data into the sheets; False to read the sheet names only.
See Also

Reference

C1XLBook Class
C1XLBook Members