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


In This Topic
    SaveXml(String) Method
    In This Topic
    Saves the data on the sheet to the specified XML file.
    Syntax
    'Declaration
     
    
    Public Overloads Function SaveXml( _
       ByVal xmlFileName As String _
    ) As Boolean
    'Usage
     
    
    Dim instance As SheetView
    Dim xmlFileName As String
    Dim value As Boolean
     
    value = instance.SaveXml(xmlFileName)
    public bool SaveXml( 
       string xmlFileName
    )

    Parameters

    xmlFileName
    Path and name of the XML file
    See Also