Skip to main content
A newer version of this page is available. .

XlExportOptionsBase(TextExportMode, Boolean, Boolean, Boolean) Constructor

Initializes a new instance of the XlExportOptionsBase class with the specified settings.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

public XlExportOptionsBase(
    TextExportMode textExportMode,
    bool showGridLines,
    bool exportHyperlinks,
    bool fitToPrintedPageWidth
)

Parameters

Name Type Description
textExportMode TextExportMode

A TextExportMode object, which specifies a format in which data values should be saved. This value is assigned to the XlExportOptionsBase.TextExportMode property.

showGridLines Boolean

true, to show the grid lines in the resulting XLS file; otherwise, false. This value is assigned to the XlExportOptionsBase.ShowGridLines property.

exportHyperlinks Boolean

true, to export hyperlinks; otherwise, false. This value is assigned to the XlExportOptionsBase.ExportHyperlinks property.

fitToPrintedPageWidth Boolean

true to fit the output document to the page width when printing. This value is assigned to the XlExportOptionsBase.FitToPrintedPageWidth property.

See Also