Represents the ApiPivotItem class.
Properties
Name | Type | Description |
---|
Caption | string | Returns a caption of the pivot item. |
Field | string | Returns a field of the pivot item. |
Name | string | Returns a name of the pivot item. |
Parent | string | Returns a parent of the pivot item. |
Value | string | Returns a name of the specified item in the pivot table field. |
Methods
Method | Returns | Description |
---|
GetCaption | string | Returns a caption of the pivot item. |
GetName | string | Returns a name of the pivot item. |
GetParent | ApiPivotField | Returns a parent of the pivot item. |
GetValue | string | Returns a name of the specified item in the pivot table field. |