ComponentOne List for WinForms
C1.Win.C1List Namespace / C1List 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 String _
    ) 
    public void ExportToExcel( 
       string filename
    )

    Parameters

    filename
    See Also