Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CalculationEngine Class / MaximumIterations Property


In This Topic
    MaximumIterations Property (CalculationEngine)
    In This Topic
    Gets or sets the maximum number of iterations for calculations with circular references.
    Syntax
    'Declaration
     
    
    Public Property MaximumIterations As Integer
    'Usage
     
    
    Dim instance As CalculationEngine
    Dim value As Integer
     
    instance.MaximumIterations = value
     
    value = instance.MaximumIterations
    public int MaximumIterations {get; set;}

    Property Value

    The maximum iterations. Default value is 100.
    Exceptions
    ExceptionDescription
    Specified number of iterations is out of range; must be an integer between 1 and 32767
    See Also