XlsExportOptionsBase Class
The base class for objects which define export options specific to XLS and XLSX formats.
Namespace: DevExpress.Mobile.Export
Assembly: DevExpress.Mobile.Core.v18.2.dll
Declaration
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.
The XlsExportOptionsBase class provides the following properties, which define how a document is exported to XLS and XLSX formats.
- XlsExportOptionsBase.ExportHyperlinks
- XlsExportOptionsBase.SheetName
- XlsExportOptionsBase.ShowGridLines
- XlsExportOptionsBase.RawDataMode
Inheritance
See Also