Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / AutoCalculation Property
Example


In This Topic
    AutoCalculation Property (SheetView)
    In This Topic
    Gets or sets whether the control automatically recalculates each formula in the sheet when the contents of dependent cells change.
    Syntax
    'Declaration
     
    
    Public Property AutoCalculation As Boolean
    'Usage
     
    
    Dim instance As SheetView
    Dim value As Boolean
     
    instance.AutoCalculation = value
     
    value = instance.AutoCalculation
    public bool AutoCalculation {get; set;}

    Property Value

    Boolean: true for automatic recalculation; false otherwise
    Example
    This example sets the spreadsheet to recalculate each formula when the contents of dependent cells change.
    See Also

    Reference

    SheetView Class
    SheetView Members

    User-Task Documentation

    Managing Formulas