Xceed DataGrid for WPF v7.3 Documentation
GetExcelFormulaConverter Method (ExcelExporterBase)


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid.Export Namespace > ExcelExporterBase Class : GetExcelFormulaConverter Method
The StatFunction.
The type of exporter that will be used, for example ExcelExporter or WorkbooksExporter.
Gets the ExcelFormulaConverter that will be used to produce the Excel formula corresponding to the provided StatFunction
Syntax
'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.
Requirements

Target Platforms: Windows 11, Windows, 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ExcelExporterBase Class
ExcelExporterBase Members