Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IEvaluationContext Interface / CachingEnabled Property


In This Topic
    CachingEnabled Property
    In This Topic
    Gets a value indicating whether calculation caching is enabled.
    Syntax
    'Declaration
     
    
    ReadOnly Property CachingEnabled As Boolean
    'Usage
     
    
    Dim instance As IEvaluationContext
    Dim value As Boolean
     
    value = instance.CachingEnabled
    bool CachingEnabled {get;}

    Property Value

    true if calculation caching is enabled; otherwise, false.
    See Also