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