get_standard_built_in_name method

get_standard_built_in_name

Gets the standard text of built-in Name according to given locale dependent text.

Returns

Standard(en-US locale) text.

def get_standard_built_in_name(self, local_name):
    ...
ParameterTypeDescription
local_namestrLocale dependent text of built-in Name. The locale was specified by the Workbook for which this settings is used.

See Also