Back to Devexpress

DataTableExporter.Options Property

officefileapi-devexpress-dot-spreadsheet-dot-export-dot-datatableexporter-cb5fd759.md

latest1.3 KB
Original Source

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public DataTableExportOptions Options { get; set; }
vb
Public Property Options As DataTableExportOptions

Property Value

TypeDescription
DataTableExportOptions

A DataTableExportOptions object containing export and conversion options.

|

See Also

DataTableExporter Class

DataTableExporter Members

DevExpress.Spreadsheet.Export Namespace