set_standard_built_in_name method
set_standard_built_in_name
Sets the locale dependent function name according to given standard function name.
def set_standard_built_in_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 name text to local name text automatically. If true, the standar name text will be mapped to local name text automatically so user does not need to call SettableGlobalizationSettings.set_local_built_in_name againfor the same standard and local names pair |
See Also
- module
aspose.cells
- class
SettableGlobalizationSettings