Click or drag to resize

ExportCreateExcelDataExportInfo Method

Creates a ExcelDataExportInfo for a data export

Namespace: Easymap.AddIn.Export
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public ExcelDataExportInfo CreateExcelDataExportInfo()

Return Value

ExcelDataExportInfo
Remarks
Use the ExportData(DataExportInfo) function to start the export. See ExcelDataExportInfo for more information about Excel data export.
See Also