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

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.v20.2.Core.dll

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.

See Also