Spread Silverlight Documentation
IsIterateCalculate Property (ICalculationProperty)


GrapeCity.Excel Namespace > ICalculationProperty Interface : IsIterateCalculate Property
Get or set a value indicating whether this instance is iterate calculation on.
Syntax
'Declaration
 
Property IsIterateCalculate As System.Boolean
'Usage
 
Dim instance As ICalculationProperty
Dim value As System.Boolean
 
instance.IsIterateCalculate = value
 
value = instance.IsIterateCalculate
System.bool IsIterateCalculate {get; set;}

Property Value

true if this instance is iterate calculation on; otherwise, false.
See Also

Reference

ICalculationProperty Interface
ICalculationProperty Members