Range.ExportDataTable
ExportDataTable()
Exports data in this range to a DataTable object.
public DataTable ExportDataTable()
Return Value
Exported DataTable object.
See Also
- class Range
- namespace Aspose.Cells
- assembly Aspose.Cells
ExportDataTable(ExportTableOptions)
Exports data in this range to a DataTable object.
public DataTable ExportDataTable(ExportTableOptions options)
Parameter | Type | Description |
---|---|---|
options | ExportTableOptions | The options of exporting range to datatable. |
Return Value
Exported DataTable object.
See Also
- class ExportTableOptions
- class Range
- namespace Aspose.Cells
- assembly Aspose.Cells