PivotTable.SetUngroup

SetUngroup(int)

Sets ungroup by the PivotTable

[Obsolete("Use PivotField.Ungroup() method instead.")]
[EditorBrowsable(EditorBrowsableState.Never)]
public void SetUngroup(int baseFieldIndex)
ParameterTypeDescription
baseFieldIndexInt32The 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.

See Also


SetUngroup(PivotField)

Sets ungroup by the PivotTable

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