# GrapeCity.Spreadsheet.IHyperlinks

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_IHyperlinks" data-uid="GrapeCity.Spreadsheet.IHyperlinks" class="text-break">IHyperlinks Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the collection of hyperlinks for a worksheet or range.</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_IHyperlinks_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IHyperlinks</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IHyperlinks</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_IHyperlinks_Count" data-uid="GrapeCity.Spreadsheet.IHyperlinks.Count">
          <a class="xref" href="GrapeCity.Spreadsheet.IHyperlinks.Count.html#GrapeCity_Spreadsheet_IHyperlinks_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an integer value that represents the number of hyperlinks in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IHyperlinks_Item_System_Int32_" data-uid="GrapeCity.Spreadsheet.IHyperlinks.Item(System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.IHyperlinks.Item.html#GrapeCity_Spreadsheet_IHyperlinks_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a single hyperlink from a collection.</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_IHyperlinks_Add_GrapeCity_Spreadsheet_Drawing_IShape_System_String_System_String_System_String_" data-uid="GrapeCity.Spreadsheet.IHyperlinks.Add(GrapeCity.Spreadsheet.Drawing.IShape,System.String,System.String,System.String)">
          <a class="xref" href="GrapeCity.Spreadsheet.IHyperlinks.Add.html#GrapeCity_Spreadsheet_IHyperlinks_Add_GrapeCity_Spreadsheet_Drawing_IShape_System_String_System_String_System_String_">Add(IShape, string, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a hyperlink to the specified range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IHyperlinks_Add_System_Int32_System_Int32_System_Int32_System_Int32_System_String_System_String_System_String_System_String_" data-uid="GrapeCity.Spreadsheet.IHyperlinks.Add(System.Int32,System.Int32,System.Int32,System.Int32,System.String,System.String,System.String,System.String)">
          <a class="xref" href="GrapeCity.Spreadsheet.IHyperlinks.Add.html#GrapeCity_Spreadsheet_IHyperlinks_Add_System_Int32_System_Int32_System_Int32_System_Int32_System_String_System_String_System_String_System_String_">Add(int, int, int, int, string, string, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a hyperlink to the specified range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IHyperlinks_Add_System_Int32_System_Int32_System_String_System_String_System_String_System_String_" data-uid="GrapeCity.Spreadsheet.IHyperlinks.Add(System.Int32,System.Int32,System.String,System.String,System.String,System.String)">
          <a class="xref" href="GrapeCity.Spreadsheet.IHyperlinks.Add.html#GrapeCity_Spreadsheet_IHyperlinks_Add_System_Int32_System_Int32_System_String_System_String_System_String_System_String_">Add(int, int, string, string, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a hyperlink to the specified range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IHyperlinks_Add_System_String_System_String_System_String_System_String_System_String_" data-uid="GrapeCity.Spreadsheet.IHyperlinks.Add(System.String,System.String,System.String,System.String,System.String)">
          <a class="xref" href="GrapeCity.Spreadsheet.IHyperlinks.Add.html#GrapeCity_Spreadsheet_IHyperlinks_Add_System_String_System_String_System_String_System_String_System_String_">Add(string, string, string, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a hyperlink to the specified range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IHyperlinks_Delete" data-uid="GrapeCity.Spreadsheet.IHyperlinks.Delete">
          <a class="xref" href="GrapeCity.Spreadsheet.IHyperlinks.Delete.html#GrapeCity_Spreadsheet_IHyperlinks_Delete">Delete()</a>
        </td>
        <td class="markdown level1 summary"><p>Deletes all hyperlinks.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
