Spread Windows Forms 12.0 Product Documentation
Calculation Enumeration


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace : Calculation Enumeration
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

Reference

GrapeCity.Spreadsheet Namespace