Aspose::Cells::Worksheet::StartAccessCache method

Worksheet::StartAccessCache method

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

void Aspose::Cells::Worksheet::StartAccessCache(AccessCacheOptions opts)
ParameterTypeDescription
optsAccessCacheOptionsoptions of data access

Remarks

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

See Also