XlsRange
ExportDataTable Method
|
Exports the data from the worksheet to a DataTable based on the provided options.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public DataTable ExportDataTable(
ExportTableOptions options
)
Public Function ExportDataTable (
options As ExportTableOptions
) As DataTable
public:
virtual DataTable^ ExportDataTable(
ExportTableOptions^ options
) sealed
abstract ExportDataTable :
options : ExportTableOptions -> DataTable
override ExportDataTable :
options : ExportTableOptions -> DataTable
Parameters
-
options
-
Type:
Spire.Xls
ExportTableOptions
The options for exporting the data.
Return Value
Type:
DataTable
A DataTable containing the exported data.
Implements
IXLSRange
ExportDataTable(ExportTableOptions)
See Also