'Declaration Protected Overloads Overrides Sub EndExport( _ ByVal exportContext As ExportContext _ )
'Usage Dim instance As ExcelExporter Dim exportContext As ExportContext instance.EndExport(exportContext)
protected override void EndExport( ExportContext exportContext )
Parameters
- exportContext
- The ExportContext that will be used to identify the exportation's context.