True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1TrueDBGrid Class / ExportToExcel Method / ExportToExcel(String) Method

In This Topic
    ExportToExcel(String) Method
    In This Topic
    Exports the grid to a XLS file.
    Syntax
    'Declaration
     
    Public Overloads Sub ExportToExcel( _
       ByVal filename As System.String _
    ) 
    public void ExportToExcel( 
       System.string filename
    )

    Parameters

    filename
    See Also