Click or drag to resize

XlsRangesCollection ExportDataTable Method

Note: This API is now obsolete.

Exports data to a DataTable based on the provided ExportTableOptions.

Namespace: Spire.Xls.Core.Spreadsheet.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
[ObsoleteAttribute("not implement")]
public DataTable ExportDataTable(
	ExportTableOptions options
)

Parameters

options
Type: Spire.Xls ExportTableOptions

Return Value

Type: DataTable

Implements

IXLSRange ExportDataTable(ExportTableOptions)
See Also