FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / C1FlexGridBase Class / WriteXml Method / WriteXml(XmlTextWriter) Method
The System.Xml.XmlTextWriter where the document is saved.

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

    Parameters

    w
    The System.Xml.XmlTextWriter where the document is saved.
    See Also