Excel for WinRT
LoadAsync(Stream,Boolean) Method


System.IO.Stream that contains the worksheet.
True to finish loading from the workbook; False to load data into the other worksheets.
Loads the Excel worksheet from a stream.
Syntax
'Declaration
 
Public Overloads Function LoadAsync( _
   ByVal stream As System.IO.Stream, _
   ByVal last As System.Boolean _
) As System.Threading.Tasks.Task
'Usage
 
Dim instance As XLSheet
Dim stream As System.IO.Stream
Dim last As System.Boolean
Dim value As System.Threading.Tasks.Task
 
value = instance.LoadAsync(stream, last)
public System.Threading.Tasks.Task LoadAsync( 
   System.IO.Stream stream,
   System.bool last
)

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.
Remarks
It was previously necessary to load the workbook from the stream without filling the worksheets.
See Also

Reference

XLSheet Class
XLSheet Members
Overload List

 

 


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

Product Support Forum  |  Documentation Feedback