isHyperlinkSet

isHyperlinkSet(hyperlinkRow:    Integer;
               hyperlinkColumn: Integer): Boolean;

The isHyperlinkSet method of the Table class returns true if there is an associated HyperText link for the row specified in the hyperlinkRow parameter and the column specified in the hyperlinkColumn parameter.

If there is no HyperText link in the specified row and column, this method returns false.