Hyperlinks.GetHyperlink

Gets the cell’s Hyperlink object. If there is no Hyperlink of the cell, returns null.

public Hyperlink GetHyperlink(WebCell cell)
ParameterTypeDescription
cellWebCellThe cell object.

See Also