Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / GcSpreadSheet Class / SaveXml Method / SaveXml(Stream,Boolean) Method
The XML stream.
Whether to save data only.


In This Topic
    SaveXml(Stream,Boolean) Method
    In This Topic
    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 GcSpreadSheet
    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 data only.
    See Also