ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / ReadXml Method / ReadXml(String) Method
Name of the file to load, including the path.

In This Topic
    ReadXml(String) Method
    In This Topic
    Loads the grid from an Xml document.
    Syntax
    'Declaration
     
    Public Overloads Sub ReadXml( _
       ByVal fileName As String _
    ) 
    public void ReadXml( 
       string fileName
    )

    Parameters

    fileName
    Name of the file to load, including the path.
    See Also