Back to Devexpress

XlExportOptionsBase Constructors

corelibraries-devexpress-dot-xtraprinting-dot-xlexportoptionsbase-dot-ctor.md

latest2.8 KB
Original Source

XlExportOptionsBase Constructors

Represents the base class for objects which define export options specific to XLS and XLSX formats.

NameParametersDescription
XlExportOptionsBase()noneInitializes a new instance of the XlExportOptionsBase class with the default settings.
XlExportOptionsBase(TextExportMode, Boolean, Boolean, Boolean, DefaultBoolean)textExportMode, showGridLines, exportHyperlinks, fitToPrintedPageWidth, rightToLeftDocumentInitializes a new instance of the XlExportOptionsBase class with the specified settings.
XlExportOptionsBase(TextExportMode, Boolean, Boolean, Boolean)textExportMode, showGridLines, exportHyperlinks, fitToPrintedPageWidthInitializes a new instance of the XlExportOptionsBase class with the specified settings.
XlExportOptionsBase(TextExportMode, Boolean, Boolean)textExportMode, showGridLines, exportHyperlinksInitializes a new instance of the XlExportOptionsBase class with the specified text export mode, grid lines and hyperlinks settings.
XlExportOptionsBase(TextExportMode, Boolean)textExportMode, showGridLinesInitializes a new instance of the XlExportOptionsBase class with the specified text export mode and grid lines settings.
XlExportOptionsBase(TextExportMode)textExportModeInitializes a new instance of the XlExportOptionsBase class with the specified text export mode.

See Also

XlExportOptionsBase Class

XlExportOptionsBase Members

DevExpress.XtraPrinting Namespace