Spread WinForms 15
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
See Also