Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorkbookSet Interface / CalculationEngine Property


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