Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / GcSpreadSheet Class / SaveXml Method / SaveXml(String) Method
The 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 Sub SaveXml( _
       ByVal fileName As String _
    ) 
    'Usage
     
    Dim instance As GcSpreadSheet
    Dim fileName As String
     
    instance.SaveXml(fileName)
    public void SaveXml( 
       string fileName
    )

    Parameters

    fileName
    The path and name of the XML file.
    See Also