Prev Style |
ExcelExplorer Manual |
Next Merged |
 |
(ExcelExplorer 4.0)
Returns hyperlink assigned to the cell if any.
false EELink Link( )
Parameters
- None
Description
Returns hyperlink (EELink object) assigned to the cell if any.
If no hyperlink associated with this cell returns FALSE.
This method can also returns FALSE if file have been explored with option read_link set to FALSE.
Therefore you should always check returned value for valid object before using its methods.
|