get_cell_by_display_name method

get_cell_by_display_name

Gets the Cell object by the display name of PivotField.

Returns

the Cell object

def get_cell_by_display_name(self, display_name):
    ...
ParameterTypeDescription
display_namestrthe DisplayName of PivotField

See Also