| Overload | Description | 
|---|---|
| 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. | 
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.
            
            
            
            
            Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8
Reference
SheetView ClassSheetView Members