# GrapeCity.Documents.Excel.HyperLinkCellType

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_HyperLinkCellType" data-uid="GrapeCity.Documents.Excel.HyperLinkCellType" class="text-break">HyperLinkCellType Class
</h1>
  <div class="markdown level0 summary"><p>Represents the hyperlink cell.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="GrapeCity.Documents.Excel.BaseCellType.html">BaseCellType</a></div>
    <div class="level2"><span class="xref">HyperLinkCellType</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.html">GrapeCity.Documents.Excel</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_HyperLinkCellType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class HyperLinkCellType : BaseCellType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class HyperLinkCellType
    Inherits BaseCellType</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Excel_HyperLinkCellType__ctor" data-uid="GrapeCity.Documents.Excel.HyperLinkCellType.#ctor">
          <a class="xref" href="GrapeCity.Documents.Excel.HyperLinkCellType.-ctor.html#GrapeCity_Documents_Excel_HyperLinkCellType__ctor">HyperLinkCellType()</a>
        </td>
        <td class="markdown level1 summary"><p>Create a hyperlink cell type.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Excel_HyperLinkCellType_ActiveOnClick" data-uid="GrapeCity.Documents.Excel.HyperLinkCellType.ActiveOnClick">
          <a class="xref" href="GrapeCity.Documents.Excel.HyperLinkCellType.ActiveOnClick.html#GrapeCity_Documents_Excel_HyperLinkCellType_ActiveOnClick">ActiveOnClick</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to move to the active cell when clicked.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_HyperLinkCellType_LinkColor" data-uid="GrapeCity.Documents.Excel.HyperLinkCellType.LinkColor">
          <a class="xref" href="GrapeCity.Documents.Excel.HyperLinkCellType.LinkColor.html#GrapeCity_Documents_Excel_HyperLinkCellType_LinkColor">LinkColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of the hyperlink.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_HyperLinkCellType_LinkToolTip" data-uid="GrapeCity.Documents.Excel.HyperLinkCellType.LinkToolTip">
          <a class="xref" href="GrapeCity.Documents.Excel.HyperLinkCellType.LinkToolTip.html#GrapeCity_Documents_Excel_HyperLinkCellType_LinkToolTip">LinkToolTip</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the tooltip for the hyperlink.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_HyperLinkCellType_Target" data-uid="GrapeCity.Documents.Excel.HyperLinkCellType.Target">
          <a class="xref" href="GrapeCity.Documents.Excel.HyperLinkCellType.Target.html#GrapeCity_Documents_Excel_HyperLinkCellType_Target">Target</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the type for the hyperlink's target.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_HyperLinkCellType_Text" data-uid="GrapeCity.Documents.Excel.HyperLinkCellType.Text">
          <a class="xref" href="GrapeCity.Documents.Excel.HyperLinkCellType.Text.html#GrapeCity_Documents_Excel_HyperLinkCellType_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text string for the hyperlink.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_HyperLinkCellType_VisitedLinkColor" data-uid="GrapeCity.Documents.Excel.HyperLinkCellType.VisitedLinkColor">
          <a class="xref" href="GrapeCity.Documents.Excel.HyperLinkCellType.VisitedLinkColor.html#GrapeCity_Documents_Excel_HyperLinkCellType_VisitedLinkColor">VisitedLinkColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of visited links.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
