keep_cached_local_group_data property
keep_cached_local_group_data property
Indicates whether to keep cached local group data if the maximum and minimum values remain unchanged. The default value is false which means refreshing group with local setting.
Remarks
This is a temporary solution, please localize pivot tables by implementing PivotGlobalizationSettings
Definition:
@property
def keep_cached_local_group_data(self):
...
@keep_cached_local_group_data.setter
def keep_cached_local_group_data(self, value):
...
See Also
- module
aspose.cells.pivot - class
PivotGlobalizationSettings - class
PivotTableRefreshOption