[]
Automatically groups the pivot fields in a PivotTable.
public static Command AutoGroup(IPivotTable pvTable, int fieldIndex)
Public Shared Function AutoGroup(pvTable As IPivotTable, fieldIndex As Integer) As Command
| Type | Name | Description |
|---|---|---|
| IPivotTable | pvTable | |
| int | fieldIndex | The index of IPivotField |
| Type | Description |
|---|---|
| Command | A auto group command. |