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

XlsxExportOptionsEx(TextExportMode) Constructor

Initializes a new instance of the XlsxExportOptionsEx class with the specified text export mode.

Namespace: DevExpress.XtraPrinting

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

Declaration

public XlsxExportOptionsEx(
    TextExportMode textExportMode
)

Parameters

Name Type Description
textExportMode TextExportMode

A TextExportMode enumeration value, specifying a format in which data values should be saved. This value is assigned to the TextExportOptionsBase.TextExportMode property.

See Also