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

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

    Parameters

    filename
    onePagePerSheet
    detectFormats
    See Also