set_ungroup method

set_ungroup(self, base_field_index)

Sets ungroup by the PivotTable


def set_ungroup(self, base_field_index):
    ...
ParameterTypeDescription
base_field_indexintThe 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):
    ...
ParameterTypeDescription
pivot_fieldPivotFieldThe 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