set_ungroup method
set_ungroup(self, base_field_index)
Sets ungroup by the PivotTable
def set_ungroup(self, base_field_index):
...
Parameter | Type | Description |
---|---|---|
base_field_index | int | The row or column field index in the base fields |
Remarks
NOTE: This method is now obsolete. Instead, please use PivotField.Ungroup() method. This method will be removed 12 months later since October 2023. Aspose apologizes for any inconvenience you may have experienced.
set_ungroup(self, pivot_field)
Sets ungroup by the PivotTable
def set_ungroup(self, pivot_field):
...
Parameter | Type | Description |
---|---|---|
pivot_field | PivotField | The row or column field in the base fields |
Remarks
NOTE: This method is now obsolete. Instead, please use PivotField.Ungroup() method. This method will be removed 12 months later since October 2023. Aspose apologizes for any inconvenience you may have experienced.
See Also
- module
aspose.cells.pivot
- class
PivotTable