add_external_name method

add_external_name

Adds an external name.

def add_external_name(self, text, refer_to):
    ...
ParameterTypeDescription
textstrThe text of the external name.
If the external name belongs to a worksheet, the text should be as Sheet1!Text.
refer_tostrThe referTo of the external name. It must be a cell or the range.

See Also