PivotPageFields

PivotPageFields class

Represents the pivot page field items if the pivot table data source is consolidation ranges. It only can contain up to 4 fields.

Constructors

NameDescription
PivotPageFieldsRepresents the pivot page field items.

Properties

NameTypeDescription
PageFieldCountNumberGets the number of page fields.

Methods

NameDescription
addPageFieldAdds a page field.
addIdentifySets which item label in each page field to use to identify the data range. The pageItemIndex.Length must be equal to Pa

PivotPageFields()

Represents the pivot page field items.

PivotPageFields.PageFieldCount property

Gets the number of page fields.

Type: Number

addPageField(pageItems)

Adds a page field.

ParameterTypeDescription
pageItemsString[]Page field item label

addIdentify(rangeIndex, pageItemIndex)

Sets which item label in each page field to use to identify the data range. The pageItemIndex.Length must be equal to PageFieldCount, so please add the page field first.

ParameterTypeDescription
rangeIndexNumberThe consolidation data range index.
pageItemIndexNumber ArrayThe page item index in the each page field. pageItemIndex[2] = 1 means the second item in the third field to use to identify this range. pageItemIndex[1] = -1 means no item in the second field to use to identify this range and MS will auto create “blank” item in the second field to identify this range.