Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / SaveXml Method / SaveXml(XmlWriter,Boolean) Method
The XML writer.
Specifies whether to only save data.


In This Topic
    SaveXml(XmlWriter,Boolean) Method
    In This Topic
    Saves the worksheet to an XML writer.
    Syntax
    'Declaration
     
    Public Overloads Sub SaveXml( _
       ByVal writer As XmlWriter, _
       ByVal dataOnly As Boolean _
    ) 
    'Usage
     
    Dim instance As Worksheet
    Dim writer As XmlWriter
    Dim dataOnly As Boolean
     
    instance.SaveXml(writer, dataOnly)
    public void SaveXml( 
       XmlWriter writer,
       bool dataOnly
    )

    Parameters

    writer
    The XML writer.
    dataOnly
    Specifies whether to only save data.
    See Also