base_item_position property

base_item_position property

Represents the item in the base field for a custom calculation. Valid only for data fields. Because PivotItemPosition.Custom is only for read,if you need to set PivotItemPosition.Custom, please set PivotField.BaseItemIndex attribute.

Definition:

@property
def base_item_position(self):
    ...
@base_item_position.setter
def base_item_position(self, value):
    ...

See Also