IPivotItem Interface Members
In This Topic
The following tables list the members exposed by IPivotItem.
Public Methods
| Name | Description |
 | getName | Gets the name of the object. |
 | getPosition | Gets the Position of the item in its field if the item is currently showing. |
 | 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 . |
 | getVisible | Determines whether the object is visible. |
 | setName | Sets the name of the object. |
 | setPosition | Sets the Position of the item in its field if the item is currently showing. |
 | setVisible | Determines whether the object is visible. |
Top
See Also