XlsExportOptions(TextExportMode) Constructor
Initializes a new instance of the XlsExportOptions class with the specified text export mode.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
textExportMode | TextExportMode | A TextExportMode object, which specifies a format in which data values should be saved. |
See Also