# GrapeCity.Documents.Excel.IHyperlinks

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_IHyperlinks" data-uid="GrapeCity.Documents.Excel.IHyperlinks" class="text-break">IHyperlinks Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the collection of hyperlinks for a worksheet or range. Each hyperlink is represented by the <a class="xref" href="GrapeCity.Documents.Excel.IHyperlink.html">IHyperlink</a> object.</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_IHyperlinks_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IHyperlinks : IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IHyperlinks
    Inherits IEnumerable</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_IHyperlinks_Count" data-uid="GrapeCity.Documents.Excel.IHyperlinks.Count">
          <a class="xref" href="GrapeCity.Documents.Excel.IHyperlinks.Count.html#GrapeCity_Documents_Excel_IHyperlinks_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the number of objects in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IHyperlinks_Item_System_Int32_" data-uid="GrapeCity.Documents.Excel.IHyperlinks.Item(System.Int32)">
          <a class="xref" href="GrapeCity.Documents.Excel.IHyperlinks.Item.html#GrapeCity_Documents_Excel_IHyperlinks_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Documents.Excel.IHyperlink.html">IHyperlink</a> by index.</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_IHyperlinks_Add_GrapeCity_Documents_Excel_Drawing_IShape_System_String_System_String_System_String_System_String_" data-uid="GrapeCity.Documents.Excel.IHyperlinks.Add(GrapeCity.Documents.Excel.Drawing.IShape,System.String,System.String,System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Excel.IHyperlinks.Add.html#GrapeCity_Documents_Excel_IHyperlinks_Add_GrapeCity_Documents_Excel_Drawing_IShape_System_String_System_String_System_String_System_String_">Add(IShape, string, string, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a hyperlink to the specified shape (<a class="xref" href="GrapeCity.Documents.Excel.IHyperlink.html">IHyperlink</a> object).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IHyperlinks_Add_GrapeCity_Documents_Excel_IRange_System_String_System_String_System_String_System_String_" data-uid="GrapeCity.Documents.Excel.IHyperlinks.Add(GrapeCity.Documents.Excel.IRange,System.String,System.String,System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Excel.IHyperlinks.Add.html#GrapeCity_Documents_Excel_IHyperlinks_Add_GrapeCity_Documents_Excel_IRange_System_String_System_String_System_String_System_String_">Add(IRange, string, string, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a hyperlink to the specified range (<a class="xref" href="GrapeCity.Documents.Excel.IHyperlink.html">IHyperlink</a> object).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IHyperlinks_Delete" data-uid="GrapeCity.Documents.Excel.IHyperlinks.Delete">
          <a class="xref" href="GrapeCity.Documents.Excel.IHyperlinks.Delete.html#GrapeCity_Documents_Excel_IHyperlinks_Delete">Delete()</a>
        </td>
        <td class="markdown level1 summary"><p>Deletes the object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
