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: 11.2.0.0
Syntax
public ExcelDataExportInfo CreateExcelDataExportInfo()

Return Value

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