set_grand_total_name method

set_grand_total_name(self, function_type, name)

Sets the grand total name of specific function.


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

See Also