'Declaration
Protected Overridable Function CreateFormulaEngine( _ ByVal enableDynamicArray As Boolean, _ ByVal reverseFormulaWhiteSpaces As Boolean _ ) As FormulaEngine
'Usage
Dim instance As Workbook Dim enableDynamicArray As Boolean Dim reverseFormulaWhiteSpaces As Boolean Dim value As FormulaEngine value = instance.CreateFormulaEngine(enableDynamicArray, reverseFormulaWhiteSpaces)
protected virtual FormulaEngine CreateFormulaEngine( bool enableDynamicArray, bool reverseFormulaWhiteSpaces )
Parameters
- enableDynamicArray
true
if the dynamic array feature is enabled; otherwise,false
.- reverseFormulaWhiteSpaces
true
if whitespace characters will be kept in the formula; otherwise, whitespace character will be removed from the formula.
Return Value
The formula engine.