XlsExportOptions Class
Contains options which define how grid data is exported to XLS format.
Namespace: DevExpress.Mobile.Export
Assembly: DevExpress.Mobile.Core.v18.2.dll
Declaration
Related API Members
The following members return XlsExportOptions objects:
Remarks
Important
This documentation topic describes legacy technology. We no longer develop new functionality for the GridControl and suggest that you use the new DataGridView control instead.
To export data from the GridControl to XLS format, use the GridControl.ExportToExcel method with the ExportTarget.Xls value passed as the format parameter.
To specify XLS export settings, create an instance of the XlsExportOptions class and assign it to the GridControl.OptionsExportXls property.
Inheritance
See Also