'Declaration Public Overloads Sub SaveXml( _ ByVal xmlStream As System.IO.Stream, _ ByVal dataOnly As System.Boolean _ )
'Usage Dim instance As Worksheet Dim xmlStream As System.IO.Stream Dim dataOnly As System.Boolean instance.SaveXml(xmlStream, dataOnly)
Parameters
- xmlStream
- The memory stream.
- dataOnly
- Specifies whether to only save data.