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.IsAreaCorrect Method

Identifies if the hyperlink’s hot area is a valid cell range.

#Declaration

Delphi
function IsAreaCorrect: Boolean;

#Returns

Type
Boolean

#Remarks

A hyperlink associated with a floating container, has a hot area that does not correspond to a cell range in a worksheet. Column and row delete operations can also render the hyperlink’s cell range-based hot areas as invalid.

The IsAreaCorrect function returns True if the hyperlink’s hot area is a valid cell range consisting of at least a single cell; otherwise – False.

See Also