# GrapeCity.Documents.Excel.IHyperlink

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_IHyperlink" data-uid="GrapeCity.Documents.Excel.IHyperlink" class="text-break">IHyperlink Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a hyperlink.</p>
</div>
  <div class="markdown level0 conceptual"></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_IHyperlink_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IHyperlink</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IHyperlink</code></pre>
  </div>
  <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_IHyperlink_Address" data-uid="GrapeCity.Documents.Excel.IHyperlink.Address">
          <a class="xref" href="GrapeCity.Documents.Excel.IHyperlink.Address.html#GrapeCity_Documents_Excel_IHyperlink_Address">Address</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the address of the target document.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IHyperlink_EmailSubject" data-uid="GrapeCity.Documents.Excel.IHyperlink.EmailSubject">
          <a class="xref" href="GrapeCity.Documents.Excel.IHyperlink.EmailSubject.html#GrapeCity_Documents_Excel_IHyperlink_EmailSubject">EmailSubject</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text string of the specified hyperlink’s e-mail subject line. The subject line is appended to the hyperlink’s address.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IHyperlink_Name" data-uid="GrapeCity.Documents.Excel.IHyperlink.Name">
          <a class="xref" href="GrapeCity.Documents.Excel.IHyperlink.Name.html#GrapeCity_Documents_Excel_IHyperlink_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the name of the object (read-only).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IHyperlink_Range" data-uid="GrapeCity.Documents.Excel.IHyperlink.Range">
          <a class="xref" href="GrapeCity.Documents.Excel.IHyperlink.Range.html#GrapeCity_Documents_Excel_IHyperlink_Range">Range</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.IRange.html">IRange</a> object that represents the range the specified hyperlink is attached to.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IHyperlink_ScreenTip" data-uid="GrapeCity.Documents.Excel.IHyperlink.ScreenTip">
          <a class="xref" href="GrapeCity.Documents.Excel.IHyperlink.ScreenTip.html#GrapeCity_Documents_Excel_IHyperlink_ScreenTip">ScreenTip</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the ScreenTip text for the specified hyperlink.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IHyperlink_Shape" data-uid="GrapeCity.Documents.Excel.IHyperlink.Shape">
          <a class="xref" href="GrapeCity.Documents.Excel.IHyperlink.Shape.html#GrapeCity_Documents_Excel_IHyperlink_Shape">Shape</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.html">IShape</a> object that represents the shape attached to the specified hyperlink.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IHyperlink_SubAddress" data-uid="GrapeCity.Documents.Excel.IHyperlink.SubAddress">
          <a class="xref" href="GrapeCity.Documents.Excel.IHyperlink.SubAddress.html#GrapeCity_Documents_Excel_IHyperlink_SubAddress">SubAddress</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the location within the document associated with the hyperlink.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IHyperlink_TextToDisplay" data-uid="GrapeCity.Documents.Excel.IHyperlink.TextToDisplay">
          <a class="xref" href="GrapeCity.Documents.Excel.IHyperlink.TextToDisplay.html#GrapeCity_Documents_Excel_IHyperlink_TextToDisplay">TextToDisplay</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text to be displayed for the specified hyperlink. The default value is the address of the hyperlink.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</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_IHyperlink_Delete" data-uid="GrapeCity.Documents.Excel.IHyperlink.Delete">
          <a class="xref" href="GrapeCity.Documents.Excel.IHyperlink.Delete.html#GrapeCity_Documents_Excel_IHyperlink_Delete">Delete()</a>
        </td>
        <td class="markdown level1 summary"><p>Deletes the hyperlink.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
