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