Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / IIterationSupport Interface / Iteration Property


In This Topic
Iteration Property (IIterationSupport)
In This Topic
Gets or sets whether circular references are evaluated.
Syntax
'Declaration
 
Property Iteration As Boolean
 
'Usage
 
Dim instance As IIterationSupport
Dim value As Boolean
 
instance.Iteration = value
 
value = instance.Iteration
See Also