Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetHyperlinks Class

A hyperlink collection in a Table View worksheet.

#Declaration

Delphi
TdxSpreadSheetHyperlinks = class(
    TcxDoublyLinkedObjectList
)

#Remarks

This class implements the hyperlink functionality in the Spreadsheet control.

The TdxSpreadSheetHyperlinks class extends its ancestor with the following members that allow you to:

  • Create a new hyperlink in the current Table View worksheet (Add);

  • Obtain a hyperlink object by the specified cell in its hot area (FindItem);

  • Access the first and last hyperlinks in the collection (First and Last);

  • Access a hyperlink by its zero-based index in the collection (Items);

  • Delete all hyperlinks in the collection (Clear).

A TdxSpreadSheetHyperlinks object is referenced by the Table View worksheet’s Hyperlinks property.

#Inheritance

TObject
TcxDoublyLinkedObjectList
TdxSpreadSheetHyperlinks
See Also