set_auto_group_field method

set_auto_group_field

Sets auto field group by the PivotTable.

def set_auto_group_field(self, base_field_index):
    ...
ParameterTypeDescription
base_field_indexint

Remarks

The row or column field index in the base fields 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

Sets auto field group by the PivotTable.

def set_auto_group_field(self, pivot_field):
    ...
ParameterTypeDescription
pivot_fieldPivotFieldThe 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