True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1TrueDBGrid Class / LoadLayout Method / LoadLayout(String) Method
The file containing a saved layout.

In This Topic
    LoadLayout(String) Method
    In This Topic
    Loads a saved layout from the given file.
    Syntax
    'Declaration
     
    Public Overloads Sub LoadLayout( _
       ByVal filename As System.String _
    ) 
    public void LoadLayout( 
       System.string filename
    )

    Parameters

    filename
    The file containing a saved layout.
    See Also