ComponentOne Excel for UWP
LoadAsync(Stream,FileFormat,Boolean) Method

C1.UWP.Excel Assembly > C1.Xaml.Excel Namespace > C1XLBook Class > LoadAsync Method : LoadAsync(Stream,FileFormat,Boolean) 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 Overloads Function LoadAsync( _
   ByVal stream As System.IO.Stream, _
   ByVal format As FileFormat, _
   ByVal fillSheets As System.Boolean _
) As System.Threading.Tasks.Task
public System.Threading.Tasks.Task LoadAsync( 
   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
Overload List