XlsExportOptionsBase Class
In This Article
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
public abstract class XlsExportOptionsBase :
ExportOptionsBase
#Remarks
Important
This documentation topic describes legacy technology. We no longer develop new functionality for the Grid
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