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


The XML stream.
Whether to save only the data.
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 _
) 
'Usage
 
Dim instance As Workbook
Dim xmlStream As Stream
Dim dataOnly As Boolean
 
instance.SaveXml(xmlStream, dataOnly)
public void SaveXml( 
   Stream xmlStream,
   bool dataOnly
)

Parameters

xmlStream
The XML stream.
dataOnly
Whether to save only the data.
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