Spread WPF Documentation
OpenXml(String) Method
Example 


GrapeCity.Windows.SpreadSheet.UI Namespace > GcSpreadSheet Class > OpenXml Method : OpenXml(String) Method
The path and name of the XML file.
Loads the data on the sheet from the specified XML file.
Syntax
'Declaration
 
Public Overloads Sub OpenXml( _
   ByVal fileName As System.String _
) 
'Usage
 
Dim instance As GcSpreadSheet
Dim fileName As System.String
 
instance.OpenXml(fileName)
public void OpenXml( 
   System.string fileName
)

Parameters

fileName
The path and name of the XML file.
Example
This example uses the OpenXml 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)
See Also

Reference

GcSpreadSheet Class
GcSpreadSheet Members
Overload List