SaveXml(String,String) Method
Saves the data on the sheet to the specified XML file and the schema to the specified schema file.
'Declaration
Public Overloads Function SaveXml( _
ByVal As String, _
ByVal As String _
) As Boolean
'Usage
Dim instance As SheetView
Dim xmlFileName As String
Dim schemaFileName As String
Dim value As Boolean
value = instance.SaveXml(xmlFileName, schemaFileName)
Parameters
- xmlFileName
- Path and name of XML file
- schemaFileName
- Path and name of schema file