'Declaration Public Function GetHyperlink( _
ByVal cellReferenceThe cell reference.As CellReference _
) As Hyperlink
public Hyperlink GetHyperlink(
CellReference cellReference
)
public: Hyperlink* GetHyperlink(
CellReference* cellReference
)
public:
Hyperlink^ GetHyperlink(
CellReference^ cellReference
)
Parameters
- cellReference
- The cell reference.
Return Value
Hyperlink that is associated with cell.