ExcelExporterExport(DataSet, String) Method |
Exports the passed in DataSet 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(
DataSet dataSet,
string pathName
)
Parameters
- dataSet DataSet
- The DataSet to export.
- pathName String
- The exported file path.
See Also