GrapeCity.Xaml.SpreadSheet.Data
SaveXml(XmlWriter,Boolean) Method


GrapeCity.Xaml.SpreadSheet.Data Namespace > Workbook Class > SaveXml Method : SaveXml(XmlWriter,Boolean) Method
The XML writer.
Whether to save only the data.
Saves the data on the sheet to the specified XML stream.
Syntax
'Declaration
 
Public Overloads Sub SaveXml( _
   ByVal writer As XmlWriter, _
   ByVal dataOnly As Boolean _
) 
'Usage
 
Dim instance As Workbook
Dim writer As XmlWriter
Dim dataOnly As Boolean
 
instance.SaveXml(writer, dataOnly)
public void SaveXml( 
   XmlWriter writer,
   bool dataOnly
)

Parameters

writer
The XML writer.
dataOnly
Whether to save only the data.
See Also

Reference

Workbook Class
Workbook Members
Overload List