Spread Silverlight Documentation
SaveXml(XmlWriter) Method


GrapeCity.Windows.SpreadSheet.Data Namespace > Workbook Class > SaveXml Method : SaveXml(XmlWriter) Method
The XML writer.
Saves the data on the sheet to the specified XML stream.
Syntax
'Declaration
 
Public Overloads Sub SaveXml( _
   ByVal writer As System.Xml.XmlWriter _
) 
'Usage
 
Dim instance As Workbook
Dim writer As System.Xml.XmlWriter
 
instance.SaveXml(writer)
public void SaveXml( 
   System.Xml.XmlWriter writer
)

Parameters

writer
The XML writer.
See Also

Reference

Workbook Class
Workbook Members
Overload List