[]
Exports the grid to a XLS file.
public void ExportToExcel(string filename)
Type | Name | Description |
---|---|---|
string | filename |
Exports the grid to a XLS file.
public void ExportToExcel(string filename, bool onePagePerSheet, bool detectFormats = true)
Type | Name | Description |
---|---|---|
string | filename | |
bool | onePagePerSheet | |
bool | detectFormats |