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

DataTableExporter.Options Property

Provides access to various options that specify how the export and data conversion are performed.

Namespace: DevExpress.Spreadsheet.Export

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public DataTableExportOptions Options { get; set; }

Property Value

Type Description
DataTableExportOptions

A DataTableExportOptions object containing export and conversion options.

See Also