SaveXml(XmlWriter) Method
In This Topic
Saves the worksheet to an XML writer.
Syntax
'Declaration
Public Overloads Sub SaveXml( _
ByVal As XmlWriter _
)
'Usage
Dim instance As Worksheet
Dim writer As XmlWriter
instance.SaveXml(writer)
public void SaveXml(
XmlWriter
)
Parameters
- writer
- The XML writer.
See Also