Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / GcSpreadSheet Class / SaveXml Method / SaveXml(String,Boolean) Method
The path and name of the XML file.
Whether to save data only.


In This Topic
    SaveXml(String,Boolean) 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, _
       ByVal dataOnly As Boolean _
    ) 
    'Usage
     
    Dim instance As GcSpreadSheet
    Dim fileName As String
    Dim dataOnly As Boolean
     
    instance.SaveXml(fileName, dataOnly)
    public void SaveXml( 
       string fileName,
       bool dataOnly
    )

    Parameters

    fileName
    The path and name of the XML file.
    dataOnly
    Whether to save data only.
    See Also