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

TdxSpreadSheetMergedCell.Intersects(TRect) Method

Returns a value indicating whether the specified rectangular area intersects with the current merged cell object.

#Declaration

Delphi
function Intersects(const AArea: TRect): Boolean;

#Parameters

Name Type
AArea TRect

#Returns

Type
Boolean

#Remarks

Use this function to identify if the area, passed as the AArea parameter, intersects with the current merged cell object.

The Intersects function returns True if the inspected area intersects the cell range occupied by the merged cell object; otherwise – False.

See Also