add_identify method

add_identify

Sets which item label in each page field to use to identify the data range. The pageItemIndex.Length must be equal to PageFieldCount, so please add the page field first.

def add_identify(self, range_index, page_item_index):
    ...
ParameterTypeDescription
range_indexintThe consolidation data range index.
page_item_indexlistThe page item index in the each page field.
pageItemIndex[2] = 1 means the second item in the third field to use to identify this range.
pageItemIndex[1] = -1 means no item in the second field to use to identify this range
and MS will auto create “blank” item in the second field to identify this range.

See Also