Version

Search Results

Contains Method (WorksheetHyperlinkCollection)

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.

Count Property (WorksheetHyperlinkCollection)

Gets the number of hyperlinks on the Worksheet. Syntax

GetEnumerator Method (WorksheetHyperlinkCollection)

Gets an enumerator which can iterator all hyperlinks in the collection. Syntax

Insert(Int32,WorksheetHyperlink) Method

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 ...

Insert Method (WorksheetHyperlinkCollection)

Inserts the specified hyperlink in the collection. Overload List

Item Property (WorksheetHyperlinkCollection)

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...

Remove Method (WorksheetHyperlinkCollection)

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.

RemoveAt Method (WorksheetHyperlinkCollection)

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.

WorksheetHyperlink Class Members

Public Constructors Public Properties Public Methods