'Declaration Public Overloads Function SaveXmlAsync( _ ByVal xmlStream As Stream, _ ByVal dataOnly As Boolean, _ ByVal saveDataSource As Boolean, _ ByVal saveFormula As Boolean _ ) As IAsyncAction
'Usage Dim instance As Workbook Dim xmlStream As Stream Dim dataOnly As Boolean Dim saveDataSource As Boolean Dim saveFormula As Boolean Dim value As IAsyncAction value = instance.SaveXmlAsync(xmlStream, dataOnly, saveDataSource, saveFormula)
public IAsyncAction SaveXmlAsync( Stream xmlStream, bool dataOnly, bool saveDataSource, bool saveFormula )
Parameters
- xmlStream
- The XML stream.
- dataOnly
- Whether to save only the data.
- saveDataSource
- Whether to save the bound data source.
- saveFormula
- Whether to save formula.