A newer version of this page is available.
Switch to the current version.
XlsxExportOptions(TextExportMode, Boolean) Constructor
Initializes a new instance of the XlsxExportOptions class with the specified text export mode and grid lines settings.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
public XlsxExportOptions(
TextExportMode textExportMode,
bool showGridLines
)
Public Sub New(
textExportMode As TextExportMode,
showGridLines As Boolean
)
Parameters
Name | Type | Description |
---|---|---|
textExportMode | TextExportMode | A TextExportMode object, which specifies a format in which data values should be saved. |
showGridLines | Boolean | true to show the grid lines in the resulting XLSX file; otherwise, false. This value is assigned to the XlExportOptionsBase.ShowGridLines property. |
See Also
Feedback