[]
Specifies whether invidiual cells are re-calculated.
public enum CalculationOnDemandMode
Public Enum CalculationOnDemandMode
| Name | 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. |