Skip to main content

TdxSpreadSheetAreaList.Intersects(TRect) Method

Checks if the specified area intersects at least one cell range on the list.

Declaration

function Intersects(const AArea: TRect): Boolean;

Parameters

Name Type
AArea TRect

Returns

Type
Boolean

Remarks

This function returns True if the rectangle passed as the AArea parameter intersects at least a single cell range within the list; otherwise – False.

Note

Intersects calls the dxSpreadSheetIntersects global function to check if individual cell ranges intersect.

See Also