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
)
<ObsoleteAttribute("not implement")>
Public Function ExportDataTable (
options As ExportTableOptions
) As DataTable
public:
[ObsoleteAttribute(L"not implement")]
virtual DataTable^ ExportDataTable(
ExportTableOptions^ options
) sealed
[<ObsoleteAttribute("not implement")>]
abstract ExportDataTable :
options : ExportTableOptions -> DataTable
[<ObsoleteAttribute("not implement")>]
override ExportDataTable :
options : ExportTableOptions -> DataTable
Parameters
-
options
-
Type:
Spire.Xls
ExportTableOptions
Return Value
Type:
DataTable
Implements
IXLSRange
ExportDataTable(ExportTableOptions)
See Also