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


GrapeCity.Xaml.SpreadSheet.Data Namespace > Workbook Class > SaveXml Method : SaveXml(XmlWriter,Boolean,Boolean) Method
The XML writer.
Whether to save only the data.
Whether to save the bound data source.
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, _
   ByVal saveDataSource As Boolean _
) 
'Usage
 
Dim instance As Workbook
Dim writer As XmlWriter
Dim dataOnly As Boolean
Dim saveDataSource As Boolean
 
instance.SaveXml(writer, dataOnly, saveDataSource)
public void SaveXml( 
   XmlWriter writer,
   bool dataOnly,
   bool saveDataSource
)

Parameters

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

Reference

Workbook Class
Workbook Members
Overload List