set_grand_total_name method

set_grand_total_name

Sets the grand total name of specific function.

def set_grand_total_name(self, function_type, name):
    ...
ParameterTypeDescription
function_typeConsolidationFunctionThe function type.
namestrThe grand total name of the function.

See Also