←Select platform

Address Property

Summary

Gets the destination address of the hyperlink.

Syntax

C#
C++/CLI
Python
public string Address { get; } 
public:  
   property String^ Address 
   { 
      String^ get() 
   } 
Address # get  (Hyperlink) 

Property Value

A string representing the hyperlink's destination. It could be a URL to a website, a path to a local or network file, or an internal link to a cell in a sheet.

Remarks

It is important to ensure that the address is valid and accessible to users who will interact with the hyperlink. This includes verifying that URLs are correct, file paths exist, and the cell address within a sheet refer to existing cell.

Requirements

Target Platforms

See Also

Hyperlink Class

Hyperlink Members

Leadtools.Document.LEADOffice.Sheet Namespace

Help Version 23.0.2024.4.15
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.LEADOffice Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.