Spread Windows Forms 14.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Workbook Class / CreateFormulaEngine Method
true if dynamic array feature is enabled; otherwise, false.


In This Topic
    CreateFormulaEngine Method
    In This Topic
    Creates the formula engine which handle parsing formulas.
    Syntax
    'Declaration
     
    
    Protected Overridable Function CreateFormulaEngine( _
       ByVal enableDynamicArray As Boolean _
    ) As FormulaEngine
    'Usage
     
    
    Dim instance As Workbook
    Dim enableDynamicArray As Boolean
    Dim value As FormulaEngine
     
    value = instance.CreateFormulaEngine(enableDynamicArray)
    protected virtual FormulaEngine CreateFormulaEngine( 
       bool enableDynamicArray
    )

    Parameters

    enableDynamicArray
    true if dynamic array feature is enabled; otherwise, false.

    Return Value

    A GrapeCity.CalcEngine.FormulaEngine object represents the formula engine.
    See Also