Skip to main content

TdxSpreadSheetMergedCell.Intersects(TRect) Method

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

Declaration

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