Worksheet.StartAccessCache
Worksheet.StartAccessCache method
Starts the session that uses caches to access the data in this worksheet.
public void StartAccessCache(AccessCacheOptions opts)
Parameter | Type | Description |
---|---|---|
opts | AccessCacheOptions | options 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
- enum AccessCacheOptions
- class Worksheet
- namespace Aspose.Cells
- assembly Aspose.Cells