Range.AddHyperlink

Adds a hyperlink to a specified cell or a range of cells.

public Hyperlink AddHyperlink(string address, string textToDisplay, string screenTip)
ParameterTypeDescription
addressStringAddress of the hyperlink.
textToDisplayStringThe text to be displayed for the specified hyperlink.
screenTipStringThe screenTip text for the specified hyperlink.

Return Value

Hyperlink object.

See Also