Spread WinForms 15
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

Property Value

The CacheOptions value describing the caching option.
See Also