# C1.WPF.Excel.XLCell.Hyperlink

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_Excel_XLCell_Hyperlink_" data-uid="C1.WPF.Excel.XLCell.Hyperlink*">Hyperlink Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_Excel_XLCell_Hyperlink_" data-uid="C1.WPF.Excel.XLCell.Hyperlink*"></a>
<h4 id="C1_WPF_Excel_XLCell_Hyperlink" data-uid="C1.WPF.Excel.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_WPF_Excel_XLCell_Hyperlink_remarks">Remarks</h5>
<div class="markdown level1 remarks"><pre><code>&lt;p&gt;Hyperlinks may contain URLs that when clicked open a browser window and
</code></pre>
<p>navigate to the specified site (for example, &quot;http://developer.mescius.com&quot;). They
may also contain references to files that are launched by the application
associated with the file type (for example, &quot;readme.doc&quot;). Finally, hyperlinks
can be used to send e-mails (for example, &quot;mailto:joe@foo.com&quot;).</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.WPF.Excel.XLCell.Value.html#C1_WPF_Excel_XLCell_Value">Value</a> == null), then
the hyperlink text is automatically assigned to the cell value as well.</p>
</div>
</div>
