ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / WriteXml Method / WriteXml(TextWriter) Method
The System.IO.TextWriter where the document is saved.

In This Topic
    WriteXml(TextWriter) Method
    In This Topic
    Saves the grid contents to an Xml document.
    Syntax
    'Declaration
     
    Public Overloads Sub WriteXml( _
       ByVal tw As TextWriter _
    ) 
    public void WriteXml( 
       TextWriter tw
    )

    Parameters

    tw
    The System.IO.TextWriter where the document is saved.
    See Also