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
Properties
Name |
Description |
PageFieldCount { get; } |
Gets the number of page fields. |
Methods
Name |
Description |
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