ComponentOne List for WinForms
C1.Win.C1List Namespace / C1List Class / ExportToExcel Method / ExportToExcel(String,Boolean) Method

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

    Parameters

    filename
    onePagePerSheet
    See Also