Excel for WinRT
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
'Usage
 
Dim instance As C1XLBook
Dim stream As System.IO.Stream
Dim format As FileFormat
Dim fillSheets As System.Boolean
Dim value As System.Threading.Tasks.Task
 
value = instance.LoadAsync(stream, format, fillSheets)
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

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback