DataTableExporter(DataTable, CellRange, Boolean) Constructor
In This Article
Initializes a new instance of the DataTableExporter class with the specified settings.
Namespace: DevExpress.Spreadsheet.Export
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
data |
Data |
A Data |
range | Cell |
A Cell |
range |
Boolean | true, if the first row in a cell range contains column names instead of data for export; otherwise, false. |
#Remarks
Use this constructor to instantiate a data exporter.
See Also