PivotTable.SetAutoGroupField

SetAutoGroupField(int)

Sets auto field group by the PivotTable.

[Obsolete("Use PivotField.GroupBy() method instead.")]
[EditorBrowsable(EditorBrowsableState.Never)]
public void SetAutoGroupField(int baseFieldIndex)

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.

See Also


SetAutoGroupField(PivotField)

Sets auto field group by the PivotTable.

[Obsolete("Use PivotField.GroupBy() method instead.")]
[EditorBrowsable(EditorBrowsableState.Never)]
public void SetAutoGroupField(PivotField pivotField)
ParameterTypeDescription
pivotFieldPivotFieldThe 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