'Declaration Protected Overrides Sub EndSummary( _ ByVal exportContext As ExportContext, _ ByVal statFunctions As StatFunctionCollection _ )
'Usage Dim instance As ExcelExporter Dim exportContext As ExportContext Dim statFunctions As StatFunctionCollection instance.EndSummary(exportContext, statFunctions)
protected override void EndSummary( ExportContext exportContext, StatFunctionCollection statFunctions )
Parameters
- exportContext
- The ExportContext used.
- statFunctions
- The statistical functions that were exported.