SetAutoGroupField
SetAutoGroupField(int)
Sets auto field group by the PivotTable.
public void SetAutoGroupField(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
SetAutoGroupField(PivotField)
Sets auto field group by the PivotTable.
public void SetAutoGroupField(PivotField pivotField)
Parameter | Type | Description |
---|---|---|
pivotField | PivotField | The row or column field in the specific fields |
See Also
- class PivotField
- class PivotTable
- namespace Aspose.Cells.Pivot
- assembly Aspose.Cells