DataTableExporter.DataTable Property
Provides access to the DataTable containing exported data.
Namespace: DevExpress.Spreadsheet.Export
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
DataTable | A DataTable object that is the table for exported data. |
Remarks
The DataTable contains exported data after calling the Export method of the DataTableExporter.
See Also