# C1.C1Excel.XLCell.Hyperlink

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Excel_XLCell_Hyperlink_" data-uid="C1.C1Excel.XLCell.Hyperlink*">Hyperlink Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Excel_XLCell_Hyperlink_" data-uid="C1.C1Excel.XLCell.Hyperlink*"></a>
<h4 id="C1_C1Excel_XLCell_Hyperlink" data-uid="C1.C1Excel.XLCell.Hyperlink">Hyperlink</h4>
<div class="markdown level1 summary"><p>Gets or sets a string that specifies an action to take when the cell
is clicked.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public string Hyperlink { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property Hyperlink As String</code></pre>
</div>
<h5 id="C1_C1Excel_XLCell_Hyperlink_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Hyperlinks may contain URLs that when clicked open a browser window and
navigate to the specified site (for example, "http://developer.mescius.com"). They
may also contain references to files that are launched by the application
associated with the file type (for example, "readme.doc"). Finally, hyperlinks
can be used to send e-mails (for example, "mailto:joe@foo.com").</p>
<p>Each cell may contain a hyperlink and a value. However, if you assign
a hyperlink to a cell that has no value (<a class="xref" href="C1.C1Excel.XLCell.Value.html#C1_C1Excel_XLCell_Value">Value</a> == null), then
the hyperlink text is automatically assigned to the cell value as well.</p>
</div>
</div>
