# HYPERLINK

Spread for WinForms provides advanced software components that support Excel import/export, full cell customization, an extensive calculation engine with over 450 functions and more, all with zero dependencies on Excel.

## Content



This function creates shortcut that opens document stored on the Internet.

## Syntax

HYPERLINK(*link,[display\_name]*)

## Arguments

This function has the following arguments:

| **Argument** | **Description** |
| -------- | ----------- |
| *link* | Refers to the URL of the document |
| *display\_name* | [Optional] Refers to the text that appears in the cell; if this is exculede, whole *link* appears in the cell |

## Remarks

Click the cell and hold the mouse button until pointer becomes a cross, to select the cell and not jump to the hyperlink destination.

## Data Types

Accepts string data for both arguments. Returns string data.

## Examples

`HYPERLINK("https://developer.mescius.com/", "Click for demo")` gives the result Click for Demo

## Version Available

This function is available in Spread for Windows Forms 11.0 or later.