Gets or sets whether circular references in the sheet are evaluated.
Syntax
'Declaration
Public Property Iteration As Boolean
'Usage
Dim instance As SheetView
Dim value As Boolean
instance.Iteration = value
value = instance.Iteration
public bool Iteration {get; set;}
See Also