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

TdxSpreadSheetHyperlink.Area Property

Returns the hyperlink’s hot area on a Table View worksheet.

#Declaration

Delphi
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