PivotItem Class
Contents
[
Hide
]PivotItem class
Represents a item in a PivotField report.
type PivotItem struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| IsHidden | Gets and Sets whether the pivot item is hidden. |
| SetIsHidden | Gets and Sets whether the pivot item is hidden. |
| GetPosition | Specifying the position index in all the PivotItems,not the PivotItems under the same parent node. |
| SetPosition | Specifying the position index in all the PivotItems,not the PivotItems under the same parent node. |
| GetPositionInSameParentNode | Specifying the position index in the PivotItems under the same parent node. |
| SetPositionInSameParentNode | Specifying the position index in the PivotItems under the same parent node. |
| Move | Moves the item up or down |
| IsDetailHidden | Gets and sets whether the detail of this pivot item is hidden. |
| SetIsDetailHidden | Gets and sets whether the detail of this pivot item is hidden. |
| IsCalculatedItem | Indicates whether this pivot item is a calculated formula item. |
| GetFormula | Gets the formula of this calculated item.Only works when this item is calculated item. |
| IsMissing | Indicates whether the item is removed from the data source. |
| GetStringValue | Gets the string value of the pivot itemIf the value is null, it will return "" |
| GetDoubleValue | Gets the double value of the pivot itemIf the value is null or not number ,it will return 0 |
| GetDateTimeValue | Gets the date time value of the pivot itemIf the value is null ,it will return DateTime.MinValue |
| GetValue | Gets the value of the pivot item |
| GetName | Gets the name of the pivot item. |
| SetName | Gets the name of the pivot item. |
| GetIndex | Gets the index of the pivot item in cache field. |
| SetIndex | Gets the index of the pivot item in cache field. |