Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

DataTableExporter.DataTable Property

Provides access to the DataTable containing exported data.

Namespace: DevExpress.Spreadsheet.Export

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public DataTable DataTable { get; }

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