Worksheet.StartAccessCache

Worksheet.StartAccessCache method

Starts the session that uses caches to access the data in this worksheet.

public void StartAccessCache(AccessCacheOptions opts)
ParameterTypeDescription
optsAccessCacheOptionsoptions of data access

Remarks

After finishing the access to the data, CloseAccessCache should be invoked with same options to clear all caches and recover normal access mode.

See Also