[]
Represents the collection of hyperlinks for a worksheet or range. Each hyperlink is represented by the IHyperlink object.
public interface IHyperlinks : IEnumerable
Public Interface IHyperlinks
Inherits IEnumerable
Name | Description |
---|---|
Count | Returns the number of objects in the collection. |
this[int] | Gets the IHyperlink by index. |
Name | Description |
---|---|
Add(IShape, string, string, string, string) | Adds a hyperlink to the specified shape (IHyperlink object). |
Add(IRange, string, string, string, string) | Adds a hyperlink to the specified range (IHyperlink object). |
Delete() | Deletes the object. |