Aspose::Cells::SettableGlobalizationSettings::SetGrandTotalName method

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

Sets the grand total name of specific function.

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

See Also

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

Sets the grand total name of specific function.

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

See Also