RangeExportDataTable Method |
Exports data in this range to a
DataTable object.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 21.1.0.0 (21.1)
Syntaxpublic DataTable ExportDataTable()
Public Function ExportDataTable As DataTable
public:
DataTable^ ExportDataTable()
member ExportDataTable : unit -> DataTable
Return Value
Type:
DataTableExported
DataTable object.
See Also