'DeclarationPublic Enum Calculation Inherits System.Enum
'UsageDim instance As Calculation
public enum Calculation : System.Enum
'DeclarationPublic Enum Calculation Inherits System.Enum
'UsageDim 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