ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / FlexPivotPage Class / WriteXml Method / WriteXml(String) Method
Name of the file to save.

In This Topic
    WriteXml(String) Method
    In This Topic
    Saves the control settings into an Xml file.
    Syntax
    'Declaration
     
    Public Overloads Sub WriteXml( _
       ByVal path As String _
    ) 
    public void WriteXml( 
       string path
    )

    Parameters

    path
    Name of the file to save.
    See Also