Spread Silverlight Documentation
OpenXml(XmlReader) Method


GrapeCity.Windows.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 System.Xml.XmlReader _
) 
'Usage
 
Dim instance As Workbook
Dim reader As System.Xml.XmlReader
 
instance.OpenXml(reader)
public void OpenXml( 
   System.Xml.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