Initializes a new instance of the XlExportOptionsBase class with the specified text export mode and grid lines settings.
Namespace:DevExpress.XtraPrinting
Assembly:DevExpress.Printing.v19.2.Core.dll

Syntax
C# |
public XlExportOptionsBase(
TextExportMode textExportMode,
bool showGridLines
)
|
VB |
Public New(
ByVal textExportMode As TextExportMode,
ByVal showGridLines As Boolean
)
|
Parameters
-
textExportMode
-
Type: TextExportMode
A TextExportMode object, which specifies a format in which data values should be saved.
-
showGridLines
-
Type: Boolean
true to show the grid lines in the resulting XLS file; otherwise, false. This value is assigned to the ShowGridLines property.

See Also