[]
Initializes a new command to filter the IPivotTable by a specific IPivotField.
public static Command PageFilter(IPivotTable pivotTable, int pivotFieldIndex, int selectedIndex)
Public Shared Function PageFilter(pivotTable As IPivotTable, pivotFieldIndex As Integer, selectedIndex As Integer) As Command
| Type | Name | Description |
|---|---|---|
| IPivotTable | pivotTable | The IPivotTable object. |
| int | pivotFieldIndex | The index of IPivotField |
| int | selectedIndex |
| Type | Description |
|---|---|
| Command | A filter command. |