'Declaration Public Overloads Function SaveXml( _ ByVal xmlFileName As String, _ ByVal schemaFileName 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)
public bool SaveXml( string xmlFileName, string schemaFileName )
Parameters
- xmlFileName
- Path and name of XML file
- schemaFileName
- Path and name of schema file
Return Value
Boolean: true if successful; false otherwise