ExcelExporterExport(DataTable, String) Method |
Exports the passed in DataTable to the supplied path. If there is already a file in the supplied path it is overwritten.
Namespace: Demo3D.UtilitiesAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic static void Export(
DataTable table,
string pathName
)
Parameters
- table DataTable
- The DataTable to export.
- pathName String
- The exported file path.
See Also