'Declaration Public Overloads Sub SaveXml( _ ByVal writer As System.Xml.XmlWriter _ )
'Usage Dim instance As Workbook Dim writer As System.Xml.XmlWriter instance.SaveXml(writer)
public void SaveXml( System.Xml.XmlWriter writer )
Parameters
- writer
- The XML writer.