Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / IIterationSupport Interface / Iteration Property


In This Topic
    Iteration Property (IIterationSupport)
    In This Topic
    Gets or sets whether circular references are evaluated.
    Syntax
    'Declaration
     
    
    Property Iteration As Boolean
    'Usage
     
    
    Dim instance As IIterationSupport
    Dim value As Boolean
     
    instance.Iteration = value
     
    value = instance.Iteration
    bool Iteration {get; set;}
    See Also