'Declaration Public Enum Calculation Inherits System.Enum
'Usage Dim instance As Calculation
public enum Calculation : System.Enum
'Declaration Public Enum Calculation Inherits System.Enum
'Usage Dim instance As Calculation
public enum Calculation : System.Enum
| Member | Description |
|---|---|
| Automatic | Indicates that calculations in the spreadsheet will be performed automatically when cell values change. |
| Manual | Indicates that calculations in the spreadsheet will be triggered manually by the user. |
| Semiautomatic | Indicates that calculations in the spreadsheet will be performed automatically when cell values change except for tables. |
System.Object
System.ValueType
System.Enum
GrapeCity.Spreadsheet.Calculation