GrapeCity.Spreadsheet Namespace / Calculation Enumeration


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