GrapeCity.Xaml.SpreadSheet.Data
SaveXml(Stream,Boolean,Boolean) Method


The XML stream.
Whether to save only the data.
Whether to save the bound data source.
Saves the data on the sheet to the specified XML stream.
Syntax
'Declaration
 
Public Overloads Sub SaveXml( _
   ByVal xmlStream As Stream, _
   ByVal dataOnly As Boolean, _
   ByVal saveDataSource As Boolean _
) 
'Usage
 
Dim instance As Workbook
Dim xmlStream As Stream
Dim dataOnly As Boolean
Dim saveDataSource As Boolean
 
instance.SaveXml(xmlStream, dataOnly, saveDataSource)
public void SaveXml( 
   Stream xmlStream,
   bool dataOnly,
   bool saveDataSource
)

Parameters

xmlStream
The XML stream.
dataOnly
Whether to save only the data.
saveDataSource
Whether to save the bound data source.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

Workbook Class
Workbook Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options