Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CalculationOnDemandMode Enumeration


CalculationOnDemandMode Enumeration
Specifies whether invidiual cells are re-calculated.
Syntax
'Declaration
 
Public Enum CalculationOnDemandMode 
   Inherits System.Enum
 
'Usage
 
Dim instance As CalculationOnDemandMode
Members
MemberDescription
OffCells are calculated at once automatically.
OnIndividual cells are calculated on demand; otherwise, cells are calculated at once
SemiCells are calculated at once when there is user's first access to one of them.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.CalculationOnDemandMode

See Also