Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / DefaultSheetDataModel Class / Iteration Property


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

    Property Value

    Boolean: true to calculate circular references; otherwise false
    See Also