Saves the data on the sheet to the specified XML stream.
Syntax
'Declaration
Public Overloads Sub SaveXml( _
ByVal As XmlWriter _
)
'Usage
Dim instance As Workbook
Dim writer As XmlWriter
instance.SaveXml(writer)
public void SaveXml(
XmlWriter
)
Parameters
- writer
- The XML writer.
See Also