get_total_name method

get_total_name(self, function_type)

Gets the total name of the function.

Returns

The total name of the function.


def get_total_name(self, function_type):
    ...
ParameterTypeDescription
function_typeaspose.cells.ConsolidationFunctionThe function type.

See Also