PivotShowValuesSetting Class
Contents
[
Hide
]PivotShowValuesSetting class
Represents the settings about showing values as when the ShowDataAs calculation is in use.
type PivotShowValuesSetting struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetCalculationType | Represents how to show values of a data field in the pivot report. |
SetCalculationType | Represents how to show values of a data field in the pivot report. |
GetBaseFieldIndex | Represents the base field for a ShowDataAs calculation when the ShowDataAs calculation is in use. |
SetBaseFieldIndex | Represents the base field for a ShowDataAs calculation when the ShowDataAs calculation is in use. |
GetBaseItemPositionType | Represents type of the base pivot item in the base field when the ShowDataAs calculation is in use.Valid only for data fields.Because PivotItemPosition.Custom is only for read,if you need to set PivotItemPosition.Custom,please set PivotField.BaseItemIndex attribute. |
SetBaseItemPositionType | Represents type of the base pivot item in the base field when the ShowDataAs calculation is in use.Valid only for data fields.Because PivotItemPosition.Custom is only for read,if you need to set PivotItemPosition.Custom,please set PivotField.BaseItemIndex attribute. |
GetBaseItemIndex | Represents the custom index of the pivot item in the base field when the ShowDataAs calculation is in use.Valid only for data fields. |
SetBaseItemIndex | Represents the custom index of the pivot item in the base field when the ShowDataAs calculation is in use.Valid only for data fields. |