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