Click or drag to resize

ExportExportData Method

Exports data tables using the specified DataExportInfo settings

Namespace: Easymap.AddIn.Export
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public void ExportData(
	DataExportInfo info
)

Parameters

info  DataExportInfo
 
Remarks
Use the CreateExcelDataExportInfo function to create a DataExportInfo class. For more information ExcelDataExportInfo
See Also