get_local_function_name method

get_local_function_name

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

Returns

Locale dependent function name. The locale was specified by the Workbook for which this settings is used.

def get_local_function_name(self, standard_name):
    ...
ParameterTypeDescription
standard_namestrStandard(en-US locale) function name.

See Also