set_manual_group_field method

set_manual_group_field

Sets manual field group by the PivotTable.

def set_manual_group_field(self, base_field_index, start_val, end_val, group_by_list, interval_num):
    ...
ParameterTypeDescription
base_field_indexintThe row or column field index in the base fields
start_valfloatSpecifies the starting value for numeric grouping.
end_valfloatSpecifies the ending value for numeric grouping.
group_by_listlistSpecifies the grouping type list. Specified by PivotTableGroupType
interval_numfloatSpecifies the interval number group by numeric grouping.

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_manual_group_field

Sets manual field group by the PivotTable.

def set_manual_group_field(self, pivot_field, start_val, end_val, group_by_list, interval_num):
    ...
ParameterTypeDescription
pivot_fieldPivotFieldThe row or column field in the base fields
start_valfloatSpecifies the starting value for numeric grouping.
end_valfloatSpecifies the ending value for numeric grouping.
group_by_listlistSpecifies the grouping type list. Specified by PivotTableGroupType
interval_numfloatSpecifies the interval number group by numeric grouping.

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_manual_group_field

Sets manual field group by the PivotTable.

def set_manual_group_field(self, base_field_index, start_val, end_val, group_by_list, interval_num):
    ...
ParameterTypeDescription
base_field_indexintThe row or column field index in the base fields
start_valDateTimeSpecifies the starting value for date grouping.
end_valDateTimeSpecifies the ending value for date grouping.
group_by_listlistSpecifies the grouping type list. Specified by PivotTableGroupType
interval_numintSpecifies the interval number group by in days grouping.The number of days must be positive integer of nonzero

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_manual_group_field

Sets manual field group by the PivotTable.

def set_manual_group_field(self, pivot_field, start_val, end_val, group_by_list, interval_num):
    ...
ParameterTypeDescription
pivot_fieldPivotFieldThe row or column field in the base fields
start_valDateTimeSpecifies the starting value for date grouping.
end_valDateTimeSpecifies the ending value for date grouping.
group_by_listlistSpecifies the grouping type list. Specified by PivotTableGroupType
interval_numintSpecifies the interval number group by in days grouping.The number of days must be positive integer of nonzero

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