| Name | Description |
| autoSort | Overloaded. Establishes automatic field-sorting rules for PivotTable reports. |
| clearAllFilters | Deletes all filters currently applied to the PivotField. This includes deleting all filters from the PivotFilters collection of the PivotField and removing any manual filtering applied to the PivotField as well. If the PivotField is in the Report Filter area, the item selected will be set to the default item. |
| clearLabelFilter | This method deletes all label filters or all date filters in the PivotFilters collection of the PivotField. |
| clearManualFilter | Provides an easy way to set the Visible property to True for all items of a PivotField in PivotTables, and to empty the HiddenItemsList and VisibleItemsList collections in OLAP PivotTables. |
| clearValueFilter | This method deletes all value filters in the PivotFilters collection of the PivotField. |
| getAllItemsVisible | Retrieves a value that indicates whether any manual filtering is applied to Pivotfield. |
| getAutoSortField | Returns the name of the data field used to sort the specified PivotTable field automatically. |
| getAutoSortOrder | Returns the order used to sort the specified PivotTable field automatically. |
| getBaseField | Gets the base field for a custom calculation. This property is valid only for data fields. |
| getBaseItem | Gets the item in the base field for a custom calculation. Valid only for data fields. |
| getCalculatedItems | Returns a @code:ICalculatedItems collection that represents all the calculated items in the specified PivotTable report. |
| getCalculation | Gets a PivotFieldCalculation value that represents the type of calculation performed by the specified field.This property is valid only for data fields. |
| getCurrentPage | Gets the current page's index showing for the page field (valid only for page fields). The valid value is based on zero. "-1" indicates "All" or "Multiple Items". |
| getDragToColumn | Gets whether the specified field can be dragged to the column position. The default value is True. |
| getDragToData | Gets whether the specified field can be dragged to the data position. The default value is True. |
| getDragToHide | Gets whether the field can be hidden by being dragged off the PivotTable report. The default value is True. |
| getDragToPage | Gets whether the field can be dragged to the page position. The default value is True. |
| getDragToRow | Gets whether the field can be dragged to the row position. The default value is True. |
| getEnableMultiplePageItems | Gets whether the field can have multiple items selected in the page field. The default value is false. |
| getFormula | Gets a String value that represents the object's formula in A1-style notation and in the language of the macro. |
| getFunction | Gets the function used to summarize the PivotTable field (data fields only). |
| getLayoutBlankLine | Gets if a blank row is inserted after the specified row field in a PivotTable report. The default value is False. |
| getLayoutCompactRow | Gets whether or not a PivotField is compacted(items of multiple PivotFields are displayed in a single column) when rows are selected. |
| getLayoutForm | Returns the way the specified PivotTable items appear ¡ª in table format or in outline format. |
| getLayoutSubtotalLocation | Gets the position of the PivotTable field subtotals in relation to (either above or below) the specified field. |
| getName | Gets the name of the object. |
| getNumberFormat | Gets the format code for the object. |
| getOrientation | Gets the location of the field in the specified PivotTable report. |
| getPivotFilters | Get the filter set of the current IPivotField. |
| getPivotItems | Returns a collection of all the visible and hidden items in the specified field. |
| getPosition | Gets the position of the field (first, second, third, and so on) among all the fields in its orientation (Rows, Columns, Pages, Data). |
| getRepeatLabels | Gets whether item labels are repeated in the PivotTable for the specified PivotField. |
| getShowAllItems | Gets if all items in the PivotTable report are displayed, even if they don¡¯t contain summary data. The default value is False. |
| getSourceName | Returns the specified object¡¯s name as it appears in the original source data for the specified PivotTable report. This might be different from the current item name if the user renamed the item after creating the PivotTable report. |
| getSubtotals | Gets a combination of all the showing subtotal types in the specified PivotField. Valid only for nondata fields. |
| setBaseField | Sets the base field for a custom calculation. This property is valid only for data fields. |
| setBaseItem | Sets the item in the base field for a custom calculation. Valid only for data fields. |
| setCalculation | Sets a PivotFieldCalculation value that represents the type of calculation performed by the specified field.This property is valid only for data fields. |
| setCurrentPage | Sets the current page's index showing for the page field (valid only for page fields). The valid value is based on zero. "-1" indicates "All" or "Multiple Items". |
| setDragToColumn | Sets whether the specified field can be dragged to the column position. The default value is True. |
| setDragToData | Sets whether the specified field can be dragged to the data position. The default value is True. |
| setDragToHide | Sets whether the field can be hidden by being dragged off the PivotTable report. The default value is True. |
| setDragToPage | Sets whether the field can be dragged to the page position. The default value is True. |
| setDragToRow | Sets whether the field can be dragged to the row position. The default value is True. |
| setEnableMultiplePageItems | Sets whether the field can have multiple items selected in the page field. The default value is false. |
| setFormula | Sets a String value that represents the object's formula in A1-style notation and in the language of the macro. |
| setFunction | Sets the function used to summarize the PivotTable field (data fields only). |
| setLayoutBlankLine | Sets if a blank row is inserted after the specified row field in a PivotTable report. The default value is False. |
| setLayoutCompactRow | Sets whether or not a PivotField is compacted(items of multiple PivotFields are displayed in a single column) when rows are selected. |
| setLayoutForm | Sets the way the specified PivotTable items appear ¡ª in table format or in outline format. |
| setLayoutSubtotalLocation | Sets the position of the PivotTable field subtotals in relation to (either above or below) the specified field. |
| setName | Sets the name of the object. |
| setNumberFormat | Sets the format code for the object. |
| setOrientation | Sets the location of the field in the specified PivotTable report. |
| setPosition | Sets the position of the field (first, second, third, and so on) among all the fields in its orientation (Rows, Columns, Pages, Data). |
| setRepeatLabels | Sets whether item labels are repeated in the PivotTable for the specified PivotField. |
| setShowAllItems | Sets if all items in the PivotTable report are displayed, even if they don¡¯t contain summary data. The default value is False. |
| setSubtotals | Sets a combination of all the showing subtotal types in the specified PivotField. Valid only for nondata fields. |