get_name_of_data_field method

get_name_of_data_field(self, function, name)

Gets the display name of data pivot field. The default format is “Sum Of Field”.

Returns


def get_name_of_data_field(self, function, name):
    ...
ParameterTypeDescription
functionaspose.cells.ConsolidationFunctionThe function is used to summarize values of pivot field.
nameSystem.StringThe original name of the pivot field.

See Also