Determines whether a hyperlink is in the collection. Syntax Parameters hyperlink The hyperlink to locate in the collection. Return Value True if the hyperlink is found; False otherwise.
Gets the number of hyperlinks on the Worksheet. Syntax
Gets an enumerator which can iterator all hyperlinks in the collection. Syntax
Inserts the specified hyperlink in the collection. Syntax Parameters index The 0-based index in the collection where the hyperlink should be inserted.hyperlink The hyperlink to insert in the collection. Exceptions Exception Description System.ArgumentOutOfRangeException index is less than zero or index is greater ...
Inserts the specified hyperlink in the collection. Overload List
Gets the hyperlink at the specified index in the collection. Syntax Parameters index The zero-based index of the hyperlink to get. Property Value The hyperlink at the specified index. Exceptions Exception Description System.ArgumentOutOfRangeException index is less than zero or index is greater than or equal to Co...
Removes the specified hyperlink from the collection. Syntax Parameters hyperlink The hyperlink to remove from the collection. Return Value True if the hyperlink was successfully removed from the collection; False if the hyperlink did not exist in the collection.
Removes the hyperlink at the specified index from the collection. Syntax Parameters index The index of the hyperlink to remove from the collection. Exceptions Exception Description System.ArgumentOutOfRangeException index is less than zero or index is greater than or equal to Count.
Public Constructors Public Properties Public Methods
Public Methods