Skip to main content

TdxSpreadSheetHyperlink Members

A hyperlink bound to a cell (cell range) or floating container in a Table View worksheet.

Constructors

Name Description
Create(TdxSpreadSheetHyperlinks) Initializes a new instance of the TdxSpreadSheetHyperlink class with specified settings.

Properties

Name Description
Area Returns the hyperlink’s hot area on a Table View worksheet.
AssignedValues Specifies the set of flags corresponding to the current hyperlink settings that have been assigned or modified.
DisplayText Specifies the anchor text for the current hyperlink object.
Index Returns the zero-based index of the current hyperlink object in the Table View worksheet’s hyperlink collection.
Next Returns the hyperlink object following the current hyperlink object in the Table View worksheet’s hyperlink collection.
Prev Returns the hyperlink object preceding the current hyperlink object in the Table View worksheet’s hyperlink collection.
ScreenTip Specifies the tip displayed by the current hyperlink.
Value Specifies an external or internal reference for the current hyperlink object.
ValueType Returns the hyperlink’s reference type.

Methods

Name Description
Assign(TdxSpreadSheetHyperlink) Updates the hyperlink’s settings from another hyperlink.
Contains(Integer,Integer) Identifies if the specified row and column intersect the hyperlink’s hot area.
Equals(TObject) Inherited from TObject.
Execute Activates the hyperlink.
GetHashCode Inherited from TObject.
IsAreaCorrect Identifies if the hyperlink’s hot area is a valid cell range.
ToString Inherited from TObject.
See Also