Loads the specified XML data (for an entire Spread component) from a file into a Spread component.
Syntax
Parameters
- spread
- Spreadsheet to which to load the XML file
- fileName
- Name of the XML file to load
Return Value
Boolean:
true if successful;
false otherwise
Example
This example uses the OpenXml method.
C# | Copy Code |
---|
FarPoint.Web.Spread.Model.SpreadSerializer.OpenXml(fpSpread1, "C:\\SpreadFiles\\file01.xml"); |
Visual Basic | Copy Code |
---|
Dim s As New FarPoint.Web.Spread.Model.SpreadSerializer
s.OpenXml(FpSpread1, "C:\SpreadFiles\file01.xml") |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also