[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.CalculationOnDemandMode

CalculationOnDemandMode Enum

Specifies whether invidiual cells are re-calculated.

Namespace: GrapeCity.Spreadsheet
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public enum CalculationOnDemandMode
Public Enum CalculationOnDemandMode

Fields

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.