PivotPageFields Class

PivotPageFields class

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


type PivotPageFields struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription
NewPivotPageFieldsRepresents the pivot page field items.

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
AddPageFieldAdds a page field.
GetPageFieldCountGets the number of page fields.
AddIdentifySets 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.