ApiPivotItem
class ApiPivotItem
Description
Class representing a PivotTable field item.
Instance Methods
- GetName
(): string
Returns a String value representing the name of the object.
- GetCaption
(): string
Returns a String value that represents the label text for the pivot item.
- GetValue
(): string
Returns a String value that represents the name of the specified item in the PivotTable field.
- GetParent
(): ApiPivotField
Returns the parent object for the specified object.