'Declaration Public Overloads Sub SaveXml( _ ByVal xmlStream As System.IO.Stream, _ ByVal dataOnly As System.Boolean, _ ByVal saveFormlula As System.Boolean _ )
'Usage Dim instance As Worksheet Dim xmlStream As System.IO.Stream Dim dataOnly As System.Boolean Dim saveFormlula As System.Boolean instance.SaveXml(xmlStream, dataOnly, saveFormlula)
public void SaveXml( System.IO.Stream xmlStream, System.bool dataOnly, System.bool saveFormlula )
Parameters
- xmlStream
- dataOnly
- saveFormlula