Skip to main content

DataTableExporterOptimizationType Enum

Lists optimization types which specify the strategy used for data export from cells to a DataTable.

Namespace: DevExpress.Spreadsheet.Export

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public enum DataTableExporterOptimizationType

Members

Name Description
Speed

Tries to allocate a block of memory sufficient to hold all data for export.

Memory

Allocates a block of memory required to export a single cell.

Related API Members

The following properties accept/return DataTableExporterOptimizationType values:

See Also