set_auto_group_field method
set_auto_group_field(self, base_field_index)
Sets auto field group by the PivotTable.
def set_auto_group_field(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.GroupBy() method. This method will be removed 12 months later since October 2023. Aspose apologizes for any inconvenience you may have experienced.
set_auto_group_field(self, pivot_field)
Sets auto field group by the PivotTable.
def set_auto_group_field(self, pivot_field):
...
Parameter | Type | Description |
---|---|---|
pivot_field | PivotField | The row or column field in the specific fields |
Remarks
NOTE: This method is now obsolete. Instead, please use PivotField.GroupBy() 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