Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorkbookSet Class / CalculationEngine Property


In This Topic
    CalculationEngine Property (WorkbookSet)
    In This Topic
    Gets the calculation engine.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CalculationEngine As CalculationEngine
    'Usage
     
    
    Dim instance As WorkbookSet
    Dim value As CalculationEngine
     
    value = instance.CalculationEngine
    public CalculationEngine CalculationEngine {get;}
    See Also