Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorkbookBase Class / FormulaEngine Property


In This Topic
    FormulaEngine Property (WorkbookBase)
    In This Topic
    Gets the formula engine of this workbook.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property FormulaEngine As FormulaEngine
    'Usage
     
    
    Dim instance As WorkbookBase
    Dim value As FormulaEngine
     
    value = instance.FormulaEngine
    public FormulaEngine FormulaEngine {get;}
    See Also