set_total_name method

set_total_name(self, function_type, name)

Sets the total name of specific function.


def set_total_name(self, function_type, name):
    ...
ParameterTypeDescription
function_typeaspose.cells.ConsolidationFunctionThe function type.
nameSystem.StringThe total name of the function.

See Also