TdxSpreadSheetHyperlink.Contains(Integer,Integer) Method
In This Article
Identifies if the specified row and column intersect the hyperlink’s hot area.
#Declaration
#Parameters
Name | Type |
---|---|
ARow | Integer |
AColumn | Integer |
#Returns
Type |
---|
Boolean |
#Remarks
Call this function and pass a row and column zero-based indexes in the parent worksheet as the ARow and AColumn parameters to identify if both the column and row intersect the hyperlink’s hot area. The function returns True if the test succeeds; otherwise – False.
See Also