IExportObjectListener.ExportObject

IExportObjectListener.ExportObject method

Export one object.

public object ExportObject(ExportObjectEvent e)
ParameterTypeDescription
eExportObjectEventThe event triggered when one object needs to be exported.

Return Value

The information about the result of exporting object. For exporting objects when export workbook to HTML format, the result is URL string to access the saved Image from the html file which contains this exported object.

See Also