Spread Windows Forms 12.0 Product Documentation
CalculationOnDemand Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > CalculationEngine Class : CalculationOnDemand Property
Gets or sets the property which determines whether individual cells are calculated on demand.
Syntax
'Declaration
 
Public Property CalculationOnDemand As Boolean
'Usage
 
Dim instance As CalculationEngine
Dim value As Boolean
 
instance.CalculationOnDemand = value
 
value = instance.CalculationOnDemand
public bool CalculationOnDemand {get; set;}

Property Value

true if individual cells are calculated on demand; otherwise, cells are calculated at once.
See Also

Reference

CalculationEngine Class
CalculationEngine Members