Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / Iteration Property


In This Topic
    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