Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / SaveXml Method / SaveXml(String,String) Method
Path and name of XML file
Path and name of schema file


In This Topic
    SaveXml(String,String) Method
    In This Topic
    Saves the data on the sheet to the specified XML file and the schema to the specified schema file.
    Syntax
    '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)

    Parameters

    xmlFileName
    Path and name of XML file
    schemaFileName
    Path and name of schema file
    See Also