CustomPiovtFieldGroupItem constructor

__init__(self, name, item_indexes)

The constructor of custom group item of pivot field.


def __init__(self, name, item_indexes):
    ...
ParameterTypeDescription
nameSystem.StringThe name of group item
item_indexeslistAll indexes to the items of base pivot field.

See Also