Iteration Property (SheetView)
Gets or sets whether circular references in the sheet are evaluated.
public bool Iteration {get; set;}
'Declaration
Public Property Iteration As Boolean
'Usage
Dim instance As SheetView
Dim value As Boolean
instance.Iteration = value
value = instance.Iteration
Property Value
Boolean:
true to calculate circular references;
false otherwise
This example sets the maximum amount of change below which iterations stop when circular references are evaluated.