Search
Hyperlink Members
Methods
 


Represents a hyperlink associated with a worksheet cell.

The following tables list the members exposed by the Hyperlink type.

 Public Methods

  Name Description

getIsImplicit

Gets a value indicating whether this hyperlink is created automatically by invoking the HYPERLINK function.

getSubTarget

Gets the hyperlink subtarget.

getTarget

Gets the hyperlink target.

getToolTip

Gets the tooltip to display for the cell containing the hyperlink.

getType

Gets the hyperlink type.

remove

Removes this hyperlink from its owner Cell object.

setSubTarget

Sets the hyperlink subtarget.

setTarget

Sets the hyperlink target.

setToolTip

Sets the tooltip to display for the cell containing the hyperlink.

setType

Sets the hyperlink type.

 See Also