Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CalculationEngine Class / CalculationOnDemandMode Property


In This Topic
CalculationOnDemandMode Property
In This Topic
Gets or sets the CalculationOnDemandMode value which determines how individual cells are calculated on demand.
Syntax
'Declaration
 
Public Property CalculationOnDemandMode As CalculationOnDemandMode
 
'Usage
 
Dim instance As CalculationEngine
Dim value As CalculationOnDemandMode
 
instance.CalculationOnDemandMode = value
 
value = instance.CalculationOnDemandMode

Property Value

The CalculationOnDemandMode value represents how individual cells are calculated.
See Also