Static
$tStatic
nextGets the number of hyperlinks on the Worksheet.
Adds the specified hyperlink to the collection.
ArgumentNullException Occurs when the 'hyperlink' is null.
ArgumentException Occurs when the 'hyperlink' already belongs to a Worksheet.hyperlinks collection.
ArgumentException Occurs when the 'hyperlink' has a source cell or region from a different worksheet than the owner of the collection.
ArgumentException Occurs when the 'hyperlink' was created with a string address which cannot be parsed in the cell reference mode of the owning workbook.
The hyperlink to add to the collection.
Determines whether a hyperlink is in the collection.
True if the hyperlink is found; False otherwise.
The hyperlink to locate in the collection.
Gets an enumerator which can iterator all hyperlinks in the collection.
Inserts the specified hyperlink in the collection.
ArgumentOutOfRangeException 'index' is less than zero or 'index' is greater than count.
ArgumentNullException Occurs when the 'hyperlink' is null.
ArgumentException Occurs when the 'hyperlink' already belongs to a Worksheet.hyperlinks collection.
ArgumentException Occurs when the 'hyperlink' has a source cell or region from a different worksheet than the owner of the collection.
ArgumentException Occurs when the 'hyperlink' was created with a string address which cannot be parsed in the cell reference mode of the owning workbook.
The 0-based index in the collection where the hyperlink should be inserted.
The hyperlink to insert in the collection.
Gets the hyperlink at the specified index in the collection. The hyperlink at the specified index.
ArgumentOutOfRangeException 'index' is less than zero or 'index' is greater than or equal to count.
Removes the specified hyperlink from the collection.
True if the hyperlink was successfully removed from the collection; False if the hyperlink did not exist in the collection.
The hyperlink to remove from the collection.
Removes the hyperlink at the specified index from the collection.
ArgumentOutOfRangeException 'index' is less than zero or 'index' is greater than or equal to count.
The index of the hyperlink to remove from the collection.
Static
compareStatic
compareStatic
equalsStatic
equalsStatic
getStatic
getStatic
getStatic
referenceStatic
static
A collection of WorksheetHyperlink instances in a Worksheet.
See
Worksheet.hyperlinks