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