Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Calculation Enumeration


In This Topic
    Calculation Enumeration
    In This Topic
    Represents when calculation engine should calculate formulas in the spreadsheet.
    Syntax
    'Declaration
     
    
    Public Enum Calculation 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As Calculation
    public enum Calculation : System.Enum 
    Members
    MemberDescription
    AutomaticIndicates that calculations in the spreadsheet will be performed automatically when cell values change.
    ManualIndicates that calculations in the spreadsheet will be triggered manually by the user.
    SemiautomaticIndicates that calculations in the spreadsheet will be performed automatically when cell values change except for tables.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.Calculation

    See Also