ExportDataTable Method
Exports worksheet data in the specified row and column into a System.Data.DataTable.
Overload List
Overload | Description |
---|---|
ExportDataTable(Int32,Int32,Int32,Int32,ExcelExportDataTableOptions) | Exports worksheet data in the specified row and column into a System.Data.DataTable. |
ExportDataTable(IRange,ExcelExportDataTableOptions) | Exports worksheet data in the specified range into a System.Data.DataTable. |
AssemblyVersion
Syncfusion.XlsIO.Base: 16.4460.0.52
See Also