TdxSpreadSheetHyperlink.IsAreaCorrect Method
In This Article
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