ExternalLink.AddExternalName

ExternalLink.AddExternalName method

Adds an external name.

public void AddExternalName(string text, string referTo)
ParameterTypeDescription
textStringThe text of the external name. If the external name belongs to a worksheet, the text should be as Sheet1!Text.
referToStringThe referTo of the external name. It must be a cell or the range.

See Also