Skip to main content

TdxSpreadSheetHyperlinks Class

A hyperlink collection in a Table View worksheet.

Declaration

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