Iteration Property (SheetView)
Gets or sets whether circular references are evaluated on this sheet.
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