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


The XML reader.
Loads the data on the sheet from the specified XML stream.
Syntax
'Declaration
 
Public Overloads Sub OpenXml( _
   ByVal reader As XmlReader _
) 
'Usage
 
Dim instance As Workbook
Dim reader As XmlReader
 
instance.OpenXml(reader)
public void OpenXml( 
   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