Spread WPF Documentation
SaveXml(String) Method
Example 


The path and name of the XML file.
Saves the data on the sheet to the specified XML file.
Syntax
'Declaration
 
Public Overloads Sub SaveXml( _
   ByVal fileName As System.String _
) 
'Usage
 
Dim instance As GcSpreadSheet
Dim fileName As System.String
 
instance.SaveXml(fileName)
public void SaveXml( 
   System.string fileName
)

Parameters

fileName
The path and name of the XML file.
Example
This example uses the SaveXml method.
gcSpreadSheet1.OpenXML("c:\\zipfile\\myser.xml");
//gcSpreadSheet1.SaveXml("c:\\zipfile\\mser.xml");
//gcSpreadSheet1.SaveXml("c:\\zipfile\\mser.xml", true);
GcSpreadSheet1.OpenXML("c:\\zipfile\\myser.xml")
'GcSpreadSheet1.SaveXml("c:\\zipfile\\mser.xml")
'GcSpreadSheet1.SaveXml("c:\\zipfile\\mser.xml", True)
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

GcSpreadSheet Class
GcSpreadSheet Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.