MindFusion.Wpf Pack Programmer's Guide
HYPERLINK

Creates a hyperlink that opens a document, a web page, or an e-mail client, or jumps to a cell in the current worksheet.

Syntax  Copy Code

HYPERLINK( Text uri, [Text cellText] ) Text

Parameters

uri
Required. The location of a document or web page, an e-mail address or a cell reference.
cellText
Optional. The text to display inside the cell.

Remarks

The function returns the value of cellText. If cellText is omitted, the function returns uri.

Example

Formula  Copy Code

=HYPERLINK("http://mindfusion.eu","Visit our site")

See Also

Function Reference