True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1TrueDBGrid Class / SaveLayout Method / SaveLayout(String) Method
File to contain the grid layout.

In This Topic
    SaveLayout(String) Method
    In This Topic
    Saves the grid's layout.
    Syntax
    'Declaration
     
    Public Overloads Sub SaveLayout( _
       ByVal filename As System.String _
    ) 
    public void SaveLayout( 
       System.string filename
    )

    Parameters

    filename
    File to contain the grid layout.
    See Also