Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / IIterationSupport Interface / MaximumIterations Property


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
See Also