Spread Windows Forms 12.0 Product Documentation
SaveXml(String) Method
Example 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SheetView Class > SaveXml Method : SaveXml(String) Method
Path and name of the XML file
Saves the data on the sheet to the specified XML file.
Syntax
'Declaration
 
Public Overloads Function SaveXml( _
   ByVal xmlFileName As String _
) As Boolean
'Usage
 
Dim instance As SheetView
Dim xmlFileName As String
Dim value As Boolean
 
value = instance.SaveXml(xmlFileName)
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.
fpSpread1.ActiveSheet.SaveXml("D:\\samples\\spread.xml") ;
FpSpread1.ActiveSheet.SaveXml("D:\samples\spread.xml")
See Also

Reference

SheetView Class
SheetView Members
Overload List