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