FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / C1FlexGridBase Class / ReadXml Method / ReadXml(String,XmlOptions) Method
Name of the file to load, including the path.
Options that allows to choose which elements of FlexGrid should be loaded

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

    Parameters

    fileName
    Name of the file to load, including the path.
    options
    Options that allows to choose which elements of FlexGrid should be loaded
    See Also