[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableCommand.PageFilter

PageFilter Method

PageFilter(IPivotTable, int, int)

Initializes a new command to filter the IPivotTable by a specific IPivotField.

Declaration
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
Parameters
Type Name Description
IPivotTable pivotTable

The IPivotTable object.

int pivotFieldIndex

The index of IPivotField

int selectedIndex
Returns
Type Description
Command

A filter command.