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