'DeclarationPublic Enum CalculationOnDemandMode Inherits System.Enum
'UsageDim instance As CalculationOnDemandMode
public enum CalculationOnDemandMode : System.Enum
'DeclarationPublic Enum CalculationOnDemandMode Inherits System.Enum
'UsageDim instance As CalculationOnDemandMode
public enum CalculationOnDemandMode : System.Enum
| Member | Description |
|---|---|
| Off | Cells are calculated at once automatically. |
| On | Individual cells are calculated on demand; otherwise, cells are calculated at once |
| Semi | Cells are calculated at once when there is user's first access to one of them. |
System.Object
System.ValueType
System.Enum
GrapeCity.Spreadsheet.CalculationOnDemandMode