ApiPivotItem
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. | 
| Visible | boolean | Returns or sets the visibility of the pivot item. | 
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. | 
| GetVisible | boolean | Returns the visibility of the pivot item. | 
| SetVisible | None | Sets the visibility of the pivot item. 💡 At least one item must remain visible when hiding others. |