set_local_function_name method
set_local_function_name
Sets the locale dependent function name corresponding to given standard function name.
def set_local_function_name(self, standard_name, local_name, bidirectional):
...
Parameter | Type | Description |
---|---|---|
standard_name | str | Standard(en-US locale) function name. |
local_name | str | Locale dependent function name |
bidirectional | bool | Whether map the local function name to standard function name automatically. If true, the local name will be mapped to standard name automatically so user does not need to call SettableGlobalizationSettings.set_standard_function_name againfor the same standard and local names pair |
See Also
- module
aspose.cells
- class
SettableGlobalizationSettings