Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / MaximumIterations Property
Example


In This Topic
    MaximumIterations Property (SheetView)
    In This Topic
    Gets or sets the formula recalculation iteration count for the sheet.
    Syntax
    'Declaration
     
    Public Property MaximumIterations As Integer
    'Usage
     
    Dim instance As SheetView
    Dim value As Integer
     
    instance.MaximumIterations = value
     
    value = instance.MaximumIterations
    public int MaximumIterations {get; set;}

    Property Value

    Integer number of iterations
    Example
    This example sets the maximum amount of change below which iterations stop when circular references are evaluated.
    See Also