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


Glossary Item Box

Saves the data on the sheet to the specified XML stream and the schema to the specified schema stream. Saves the data on the sheet to the specified XML stream.

Overload List

OverloadDescription
SaveXml(Stream,Stream)Saves the data on the sheet to the specified XML stream and the schema to the specified schema stream.  
SaveXml(String,String)Saves the data on the sheet to the specified XML file and the schema to the specified schema file.  
SaveXml(Stream)Saves the data on the sheet to the specified XML stream.  
SaveXml(String)Saves the data on the sheet to the specified XML file.  

Remarks

This methods saves only the raw data on a sheet (not the entire spreadsheet with formatting) to an XML file for further machine processing. To save the entire spreadsheet in a Spread XML format, see the FpSpread.Save methods.

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.