Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.Extended.4.8 Assembly / C1.Win.C1Schedule Namespace / C1TableView Class / WriteXml Method / WriteXml(TextWriter,XmlOptions) Method

In This Topic
    WriteXml(TextWriter,XmlOptions) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub WriteXml( _
       ByVal tw As System.IO.TextWriter, _
       Optional ByVal options As C1.Win.C1FlexGrid.XmlOptions _
    ) 
    public void WriteXml( 
       System.IO.TextWriter tw,
       C1.Win.C1FlexGrid.XmlOptions options
    )

    Parameters

    tw
    options
    See Also