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


The XML reader.
Loads the data on the sheet from the specified XML stream asynchronously.
Syntax
'Declaration
 
Public Overloads Function OpenXmlAsync( _
   ByVal reader As XmlReader _
) As IAsyncAction
'Usage
 
Dim instance As Workbook
Dim reader As XmlReader
Dim value As IAsyncAction
 
value = instance.OpenXmlAsync(reader)
public IAsyncAction OpenXmlAsync( 
   XmlReader reader
)

Parameters

reader
The XML reader.
Remarks
For performance considerations, this method will suspends all events during load file.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

Workbook Class
Workbook Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options