Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Workbook Class / CreateFormulaEngine Method
true if the dynamic array feature is enabled; otherwise, false.
true if whitespace characters will be kept in the formula; otherwise, whitespace character will be removed from the formula.


In This Topic
CreateFormulaEngine Method
In This Topic
Creates the formula engine.
Syntax
'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)

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.
See Also