Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CalculationEngine Class / CacheOptions Property


In This Topic
    CacheOptions Property
    In This Topic
    Gets or sets the CacheOptions value describing the caching option.
    Syntax
    'Declaration
     
    
    Public Property CacheOptions As CacheOptions
    'Usage
     
    
    Dim instance As CalculationEngine
    Dim value As CacheOptions
     
    instance.CacheOptions = value
     
    value = instance.CacheOptions
    public CacheOptions CacheOptions {get; set;}

    Property Value

    The CacheOptions value describing the caching option.
    See Also