[]
        
(Showing Draft Content)

C1.Win.TrueDBGrid.C1TrueDBGrid.ExportToExcel

ExportToExcel Method

ExportToExcel(string)

Exports the grid to a XLS file.

Declaration
public void ExportToExcel(string filename)
Parameters
Type Name Description
string filename

ExportToExcel(string, bool, bool)

Exports the grid to a XLS file.

Declaration
public void ExportToExcel(string filename, bool onePagePerSheet, bool detectFormats = true)
Parameters
Type Name Description
string filename
bool onePagePerSheet
bool detectFormats