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


In This Topic
    MaximumIterations Property (IIterationSupport)
    In This Topic
    Gets or sets the maximum number of iterations.
    Syntax
    'Declaration
     
    
    Property MaximumIterations As Integer
    'Usage
     
    
    Dim instance As IIterationSupport
    Dim value As Integer
     
    instance.MaximumIterations = value
     
    value = instance.MaximumIterations
    int MaximumIterations {get; set;}

    Property Value

    Integer number of iterations
    Remarks
    This is the maximum number of iterations for calculating values that have a circular reference in the formula.
    Example
    See Also