Spread Windows Forms 6.0 Product Documentation
SaveXml(String) Method
See Also  Example Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SheetView Class > SaveXml Method : SaveXml(String) Method


xmlFileName
Path and name of the XML file

Glossary Item Box

Saves the data on the sheet to the specified XML file.

Syntax

Visual Basic (Declaration) 
Public Overloads Function SaveXml( _
   ByVal xmlFileName As String _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As SheetView
Dim xmlFileName As String
Dim value As Boolean
 
value = instance.SaveXml(xmlFileName)
C# 
public bool SaveXml( 
   string xmlFileName
)

Parameters

xmlFileName
Path and name of the XML file

Return Value

Boolean: true if successful; false otherwise

Example

This example saves the raw data as XML to a file.
C#Copy Code
fpSpread1.ActiveSheet.SaveXml("D:\\samples\\spread.xml") ;
Visual BasicCopy Code
FpSpread1.ActiveSheet.SaveXml("D:\samples\spread.xml")

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.