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.Contains(Integer,Integer) Method

Identifies if the specified row and column intersect the hyperlink’s hot area.

#Declaration

Delphi
function Contains(const ARow: Integer; const AColumn: Integer): Boolean;

#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