# GrapeCity.Spreadsheet.IHyperlink

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_IHyperlink" data-uid="GrapeCity.Spreadsheet.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.Spreadsheet.html">GrapeCity.Spreadsheet</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_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_Spreadsheet_IHyperlink_Address" data-uid="GrapeCity.Spreadsheet.IHyperlink.Address">
          <a class="xref" href="GrapeCity.Spreadsheet.IHyperlink.Address.html#GrapeCity_Spreadsheet_IHyperlink_Address">Address</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a string value that represents the address of the target document.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IHyperlink_EmailSubject" data-uid="GrapeCity.Spreadsheet.IHyperlink.EmailSubject">
          <a class="xref" href="GrapeCity.Spreadsheet.IHyperlink.EmailSubject.html#GrapeCity_Spreadsheet_IHyperlink_EmailSubject">EmailSubject</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the string value of the specified hyperlink's email subject line. The subject line is appended to the hyperlink's address.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IHyperlink_Range" data-uid="GrapeCity.Spreadsheet.IHyperlink.Range">
          <a class="xref" href="GrapeCity.Spreadsheet.IHyperlink.Range.html#GrapeCity_Spreadsheet_IHyperlink_Range">Range</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a> object that represents the range that the specified hyperlink is attached to.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IHyperlink_ScreenTip" data-uid="GrapeCity.Spreadsheet.IHyperlink.ScreenTip">
          <a class="xref" href="GrapeCity.Spreadsheet.IHyperlink.ScreenTip.html#GrapeCity_Spreadsheet_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_Spreadsheet_IHyperlink_SubAddress" data-uid="GrapeCity.Spreadsheet.IHyperlink.SubAddress">
          <a class="xref" href="GrapeCity.Spreadsheet.IHyperlink.SubAddress.html#GrapeCity_Spreadsheet_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_Spreadsheet_IHyperlink_TextToDisplay" data-uid="GrapeCity.Spreadsheet.IHyperlink.TextToDisplay">
          <a class="xref" href="GrapeCity.Spreadsheet.IHyperlink.TextToDisplay.html#GrapeCity_Spreadsheet_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>
      <tr>
        <td id="GrapeCity_Spreadsheet_IHyperlink_Type" data-uid="GrapeCity.Spreadsheet.IHyperlink.Type">
          <a class="xref" href="GrapeCity.Spreadsheet.IHyperlink.Type.html#GrapeCity_Spreadsheet_IHyperlink_Type">Type</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="GrapeCity.Spreadsheet.HyperlinkType.html">HyperlinkType</a> constant, that represents the location 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_Spreadsheet_IHyperlink_Delete" data-uid="GrapeCity.Spreadsheet.IHyperlink.Delete">
          <a class="xref" href="GrapeCity.Spreadsheet.IHyperlink.Delete.html#GrapeCity_Spreadsheet_IHyperlink_Delete">Delete()</a>
        </td>
        <td class="markdown level1 summary"><p>Deletes the hyperlink.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
