CreateFormulaEngine Method
Creates the formula engine.
'Declaration
Protected Overridable Function CreateFormulaEngine( _
ByVal As Boolean, _
ByVal 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)
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.