GridViewExtension.ExportToXls Method
Name | Parameters | Description |
---|---|---|
ExportToXls(GridViewSettings, Object) static | settings, dataObject | Exports the grid's data to XLS format, based on the provided settings. |
ExportToXls(GridViewSettings, Object, XlsExportOptions) static | settings, dataObject, exportOptions | Obsolete. Exports the grid's data to XLS format, based on the provided settings. |
ExportToXls(GridViewSettings, Object, XlsExportOptionsEx) static | settings, dataObject, exportOptions | Exports the grid's data to XLS format, based on the provided settings. |
ExportToXls(GridViewSettings, Object, Boolean) static | settings, dataObject, saveAsFile | Exports the grid's data to XLS format, based on the provided settings. |
ExportToXls(GridViewSettings, Object, Boolean, XlsExportOptions) static | settings, dataObject, saveAsFile, exportOptions | Obsolete. Exports the grid's data to XLS format, based on the provided settings. |
ExportToXls(GridViewSettings, Object, Boolean, XlsExportOptionsEx) static | settings, dataObject, saveAsFile, exportOptions | Exports the grid's data to XLS format, based on the provided settings. |
ExportToXls(GridViewSettings, Object, String) static | settings, dataObject, fileName | Exports the grid's data to XLS format, based on the provided settings. |
ExportToXls(GridViewSettings, Object, String, XlsExportOptions) static | settings, dataObject, fileName, exportOptions | Obsolete. Exports the grid's data to XLS format, based on the provided settings. |
ExportToXls(GridViewSettings, Object, String, XlsExportOptionsEx) static | settings, dataObject, fileName, exportOptions | Exports the grid's data to XLS format, based on the provided settings. |
ExportToXls(GridViewSettings, Object, String, Boolean) static | settings, dataObject, fileName, saveAsFile | Exports the grid's data to XLS format, based on the provided settings. |
ExportToXls(GridViewSettings, Object, String, Boolean, XlsExportOptions) static | settings, dataObject, fileName, saveAsFile, exportOptions | Obsolete. Exports the grid's data to XLS format, based on the provided settings. |
ExportToXls(GridViewSettings, Object, String, Boolean, XlsExportOptionsEx) static | settings, dataObject, fileName, saveAsFile, exportOptions | Exports the grid's data to XLS format, based on the provided settings. |
Feedback