Aspose::Cells::GlobalizationSettings::GetStandardFunctionName method
Contents
[
Hide
]GlobalizationSettings::GetStandardFunctionName(const U16String&) method
Gets the standard function name according to given locale dependent function name.
virtual U16String Aspose::Cells::GlobalizationSettings::GetStandardFunctionName(const U16String &localName)
Parameter | Type | Description |
---|---|---|
localName | const U16String& | Locale dependent function name. The locale was specified by the Workbook for which this settings is used. |
See Also
- Class U16String
- Class Vector
- Class GlobalizationSettings
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
GlobalizationSettings::GetStandardFunctionName(const char16_t*) method
Gets the standard function name according to given locale dependent function name.
virtual U16String Aspose::Cells::GlobalizationSettings::GetStandardFunctionName(const char16_t *localName)
Parameter | Type | Description |
---|---|---|
localName | const char16_t* | Locale dependent function name. The locale was specified by the Workbook for which this settings is used. |
See Also
- Class U16String
- Class Vector
- Class GlobalizationSettings
- Namespace Aspose::Cells
- Library Aspose.Cells for C++