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.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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