TdxSpreadSheetHyperlink.Area Property
Returns the hyperlink’s hot area on a Table View worksheet.
Declaration
property Area: TRect read;
Property Value
Type |
---|
TRect |
Remarks
You can bind a hyperlink to a cell (cell range) or floating container. If the hyperlink is bound to a cell or cell range, this property returns a TRect value that stores the range’s position and size. The Area property returns Rect(-1, -1, -1, -1) if the hyperlink is bound to a shape, picture, text box, or comment container.
The Area property value is set at the moment of hyperlink object creation (by calling the Table View worksheet’s Hyperlinks.Add function.
Note
Although a hyperlink cannot have more than one cell range as its hot area, you can bind a hyperlink to a worksheet area and a floating container simultaneously.
See Also