Syntax
'Declaration
Public Overloads Sub SaveXml( _
ByVal As System.Xml.XmlWriter, _
ByVal As System.Boolean, _
ByVal As System.Boolean, _
ByVal As System.Boolean _
)
'Usage
Dim instance As Workbook
Dim writer As System.Xml.XmlWriter
Dim dataOnly As System.Boolean
Dim saveDataSource As System.Boolean
Dim saveFormula As System.Boolean
instance.SaveXml(writer, dataOnly, saveDataSource, saveFormula)
public void SaveXml(
System.Xml.XmlWriter ,
System.bool ,
System.bool ,
System.bool
)
Parameters
- writer
- dataOnly
- saveDataSource
- saveFormula
See Also