FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / C1FlexGrid Class / WriteXml Method / WriteXml(TextWriter,XmlOptions) Method
The System.IO.TextWriter where the document is saved.
Options that allows to choose which elements of FlexGrid should be saved

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

    Parameters

    tw
    The System.IO.TextWriter where the document is saved.
    options
    Options that allows to choose which elements of FlexGrid should be saved
    See Also