[]
Represents an item in a PivotTable field. The items are the individual data entries in a field category. The PivotItem object is a member of the PivotItems collection. The PivotItems collection contains all the items in a PivotField.
public interface IPivotItem
Gets or sets the formula of calculated item.
string Formula { get; set; }
Gets or sets the name of the object (read or write).
string Name { get; set; }
Position of the item in its field if the item is currently showing. Read/write Integer.
int Position { get; set; }
True if the outline is expanded for the specified range (so that the detail of the column or row is visible). Read/write Object.
bool ShowDetail { get; set; }
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 (read-only).
string SourceName { get; }
Determines whether the object is visible (read or write).
bool Visible { get; set; }