Range.ExportDataTable

ExportDataTable()

Exports data in this range to a DataTable object.

public DataTable ExportDataTable()

Return Value

Exported DataTable object.

See Also


ExportDataTable(ExportTableOptions)

Exports data in this range to a DataTable object.

public DataTable ExportDataTable(ExportTableOptions options)
ParameterTypeDescription
optionsExportTableOptionsThe options of exporting range to datatable.

Return Value

Exported DataTable object.

See Also