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)
Parameter | Type | Description |
---|---|---|
functionType | ConsolidationFunction | The function type. |
name | const U16String& | The total name of the function. |
See Also
- Class Vector
- Enum ConsolidationFunction
- Class U16String
- Class SettableGlobalizationSettings
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
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)
Parameter | Type | Description |
---|---|---|
functionType | ConsolidationFunction | The function type. |
name | const char16_t* | The total name of the function. |
See Also
- Class Vector
- Enum ConsolidationFunction
- Class SettableGlobalizationSettings
- Namespace Aspose::Cells
- Library Aspose.Cells for C++