Returns the number of records in the cache
[C++]
size_t SetMaxSize(
size_t newValue
);
The new cache size.
This method returns the number of records currently in the cache.
This method changes the cache's maximum size and then calls
ReduceSize() so that any
excess records can be removed.
Header: xlserialize.h