Address Property

Summary

Gets the destination address of the hyperlink.

Syntax

TypeScript
JavaScript
Object.defineProperty(Hyperlink.prototype, 'address', 
	get: function() 
) 
address: string; // read-only 

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.SheetEditor Namespace

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

Leadtools.Document.SheetEditor Assembly

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