Aspose::Cells::SettableGlobalizationSettings::SetTotalName method

SettableGlobalizationSettings::SetTotalName(ConsolidationFunction, const U16String&) method

Sets the total name of specific function.

void Aspose::Cells::SettableGlobalizationSettings::SetTotalName(ConsolidationFunction functionType, const U16String &name)
ParameterTypeDescription
functionTypeConsolidationFunctionThe function type.
nameconst U16String&The total name of the function.

See Also

SettableGlobalizationSettings::SetTotalName(ConsolidationFunction, const char16_t*) method

Sets the total name of specific function.

void Aspose::Cells::SettableGlobalizationSettings::SetTotalName(ConsolidationFunction functionType, const char16_t *name)
ParameterTypeDescription
functionTypeConsolidationFunctionThe function type.
nameconst char16_t*The total name of the function.

See Also