ExcelExporterExport Method (DataSet, String) |
Exports the passed in DataSet to the supplied path. If there is already a file in the supplied path it is overwritten.
Namespace:
Demo3D.Utilities
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntaxpublic static void Export(
DataSet dataSet,
string pathName
)
Parameters
- dataSet
- Type: System.DataDataSet
The DataSet to export. - pathName
- Type: SystemString
The exported file path.
See Also