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


GrapeCity.Xaml.SpreadSheet.Data Namespace > Workbook Class > OpenXml Method : 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.
See Also

Reference

Workbook Class
Workbook Members
Overload List