GrapeCity.Xaml.SpreadSheet.Data
OpenXmlAsync(Stream) Method


GrapeCity.Xaml.SpreadSheet.Data Namespace > Workbook Class > OpenXmlAsync Method : OpenXmlAsync(Stream) Method
The XML stream.
Loads the data on the sheet from the specified XML stream asynchronously.
Syntax
'Declaration
 
Public Overloads Function OpenXmlAsync( _
   ByVal xmlStream As Stream _
) As IAsyncAction
'Usage
 
Dim instance As Workbook
Dim xmlStream As Stream
Dim value As IAsyncAction
 
value = instance.OpenXmlAsync(xmlStream)
public IAsyncAction OpenXmlAsync( 
   Stream xmlStream
)

Parameters

xmlStream
The XML stream.
Remarks
For performance considerations, this method will suspends all events during load file.
See Also

Reference

Workbook Class
Workbook Members
Overload List