API Reference

Class

LegacyXlsPivotPageItem

Namespace OfficeIMO.Excel.LegacyXls.Model
Assembly OfficeIMO.Excel
Modifiers sealed

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

Constructors

public LegacyXlsPivotPageItem(Int16 fieldIndex, Int16 itemIndex, Int16 objectId) #

Creates a page-axis PivotTable item selector.

Parameters

fieldIndex System.Int16 requiredposition: 0
itemIndex System.Int16 requiredposition: 1
objectId System.Int16 requiredposition: 2

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.