XlExportOptionsBase Class
In This Article
Represents the base class for objects which define export options specific to XLS and XLSX formats.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
public abstract class XlExportOptionsBase :
PageByPageExportOptionsBase
#Remarks
The XlExportOptionsBase class provides the following properties, which define how a document is exported to XLS and XLSX formats.
- XlExportOptionsBase.ExportHyperlinks;
- XlExportOptionsBase.SheetName;
- XlExportOptionsBase.ShowGridLines;
- XlExportOptionsBase.TextExportMode.
#Inheritance
Show 16 items
See Also