Spread WPF Documentation
OpenXml(String) Method
Example 


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)
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.