Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CalculationOnDemandMode Enumeration


In This Topic
    CalculationOnDemandMode Enumeration
    In This Topic
    Specifies whether invidiual cells are re-calculated.
    Syntax
    'Declaration
     
    
    Public Enum CalculationOnDemandMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As CalculationOnDemandMode
    public enum CalculationOnDemandMode : System.Enum 
    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