API Reference
Class
LegacyXlsPivotPageItem
Describes one SXPI page-axis PivotTable item selector.
Inheritance
- Object
- LegacyXlsPivotPageItem
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property LegacyXlsPivotTableRecord.PageItems
Constructors
public LegacyXlsPivotPageItem(Int16 fieldIndex, Int16 itemIndex, Int16 objectId) #Creates a page-axis PivotTable item selector.
Parameters
- fieldIndex System.Int16
- itemIndex System.Int16
- objectId System.Int16
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int16 FieldIndex { get; } #Gets the pivot field index placed on the page axis.
public Int16 ItemIndex { get; } #Gets the pivot item index or the SXPI all-items sentinel.
public String ItemIndexName { get; } #Gets a stable name for the selected item index.
public Int16 ObjectId { get; } #Gets the object identifier of the page item drop-down arrow.