Skip to main content

TdxSpreadSheetHyperlinks Methods

A hyperlink collection in a Table View worksheet.
Name Description
Add Appends a new doubly linked object to the list. Inherited from TcxDoublyLinkedObjectList.
Add(Integer,Integer) Creates a new hyperlink on the parent worksheet.
Add(string)
Add(TRect)
Clear Clears the hyperlink collection.
Delete(TcxDoublyLinkedObject) Deletes the specified object within the doubly linked list. Inherited from TcxDoublyLinkedObjectList.
Equals(TObject) Inherited from TObject.
Extract(TcxDoublyLinkedObject) Inherited from TcxDoublyLinkedObjectList.
FindItem(Integer,Integer) Returns a hyperlink whose hot area includes the specified cell.
FindItem(string)
GetHashCode Inherited from TObject.
GetLinkedObjectClass protected Inherited from TcxDoublyLinkedObjectList.
InsertAfter(TcxDoublyLinkedObject,TcxDoublyLinkedObject) Inherited from TcxDoublyLinkedObjectList.
InsertBefore(TcxDoublyLinkedObject,TcxDoublyLinkedObject) Inherited from TcxDoublyLinkedObjectList.
Remove(TcxDoublyLinkedObject) Extracts and destroys the specified doubly linked object. Inherited from TcxDoublyLinkedObjectList.
ToString Inherited from TObject.
See Also