SetUngroup
SetUngroup(int)
Sets ungroup by the PivotTable
public void SetUngroup(int baseFieldIndex)
Parameter | Type | Description |
---|---|---|
baseFieldIndex | Int32 | The row or column field index in the base fields |
See Also
- class PivotTable
- namespace Aspose.Cells.Pivot
- assembly Aspose.Cells
SetUngroup(PivotField)
Sets ungroup by the PivotTable
public void SetUngroup(PivotField pivotField)
Parameter | Type | Description |
---|---|---|
pivotField | PivotField | The row or column field in the base fields |
See Also
- class PivotField
- class PivotTable
- namespace Aspose.Cells.Pivot
- assembly Aspose.Cells