XlExportOptionsBase Class
Represents the base class for objects which define export options specific to XLS and XLSX formats.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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.
See Also