get_standard_function_name method

get_standard_function_name

Gets the standard function name according to given locale dependent function name.

Returns

Standard(en-US locale) function name.

def get_standard_function_name(self, local_name):
    ...
ParameterTypeDescription
local_namestrLocale dependent function name. The locale was specified by the Workbook for which this settings is used.

See Also