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