Spread for ASP.NET 12 Product Documentation
MaximumIterations Property (SheetView)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : MaximumIterations Property
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;}
See Also

Reference

SheetView Class
SheetView Members