Skip to main content
A newer version of this page is available. .

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

Declaration

public DataTableExportOptions Options { get; set; }

Property Value

Type Description
DataTableExportOptions

A DataTableExportOptions object containing export and conversion options.

See Also