Back to Devexpress

DataTableExporterOptimizationType Enum

officefileapi-devexpress-dot-spreadsheet-dot-export-52d8cce3.md

latest1.3 KB
Original Source

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public enum DataTableExporterOptimizationType
vb
Public Enum DataTableExporterOptimizationType

Members

NameDescription
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.

|

The following properties accept/return DataTableExporterOptimizationType values:

See Also

DevExpress.Spreadsheet.Export Namespace