Skip to main content

DataTableExporter.DataTable Property

Provides access to the DataTable containing exported data.

Namespace: DevExpress.Spreadsheet.Export

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

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