Version

WorksheetHyperlinkCollection Class Members

The following tables list the members exposed by WorksheetHyperlinkCollection.

Public Properties
 NameDescription
Public PropertyCountGets the number of hyperlinks on the Worksheet.  
Public PropertyItemGets the hyperlink at the specified index in the collection.  
Public Methods
 NameDescription
Public MethodAddAdds the specified hyperlink to the collection.  
Public MethodClearClears all hyperlinks from the collection.  
Public MethodContainsDetermines whether a hyperlink is in the collection.  
Public MethodGetEnumeratorGets an enumerator which can iterator all hyperlinks in the collection.  
Public MethodInsertInserts the specified hyperlink in the collection.  
Public MethodRemoveRemoves the specified hyperlink from the collection.  
Public MethodRemoveAtRemoves the hyperlink at the specified index from the collection.  
See Also