Click or drag to resize

ExcelExporterExport Method (DataSet, String)

[Missing <summary> documentation for "M:Demo3D.Utilities.ExcelExporter.Export(System.Data.DataSet,System.String)"]

Namespace:  Demo3D.Utilities
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 10.0.0.6737
Syntax
C#
public static void Export(
	DataSet dataSet,
	string pathName
)

Parameters

dataSet
Type: System.DataDataSet

[Missing <param name="dataSet"/> documentation for "M:Demo3D.Utilities.ExcelExporter.Export(System.Data.DataSet,System.String)"]

pathName
Type: SystemString

[Missing <param name="pathName"/> documentation for "M:Demo3D.Utilities.ExcelExporter.Export(System.Data.DataSet,System.String)"]

See Also