Class 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.

public class PivotPageFields

Constructors

NameDescription
PivotPageFields()Represents the pivot page field items.

Properties

NameDescription
PageFieldCount { get; }Gets the number of page fields.

Methods

NameDescription
AddIdentify(int, int[])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.
AddPageField(string[])Adds a page field.

See Also