'Declaration Protected Overridable Function GetExcelFormulaConverter( _ ByVal statFunction As StatFunction, _ ByVal exporterType As Type _ ) As ExcelFormulaConverter
'Usage Dim instance As ExcelExporterBase Dim statFunction As StatFunction Dim exporterType As Type Dim value As ExcelFormulaConverter value = instance.GetExcelFormulaConverter(statFunction, exporterType)
protected virtual ExcelFormulaConverter GetExcelFormulaConverter( StatFunction statFunction, Type exporterType )
Parameters
- statFunction
- The StatFunction.
- exporterType
- The type of exporter that will be used, for example ExcelExporter or WorkbooksExporter.