Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / IIterationSupport Interface / Iteration Property
Example


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;}

    Property Value

    true to iterate on circular references; false otherwise
    Remarks
    This is whether to calculate values that have a circular reference in the formula.
    Example
    See Also