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

TdxSpreadSheetMergedCellList.Extract(TRect,TList<TdxSpreadSheetMergedCell>) Method

Returns a list of merged cell objects within the specified area.

#Declaration

Delphi
procedure Extract(const AArea: TRect; ADest: TList<TdxSpreadSheetMergedCell>); reintroduce; overload;

#Parameters

Name Type
AArea TRect
ADest TList<T>

#Remarks

Use this procedure to get the list of merged cell objects within an area passed as the ABounds parameter. The ADest parameter provided to the Extract procedure is updated with the aquired list of the current collection‘s merged cell objects.

To identify if there are any merged cell objects within a specified area, use the HasItemsInArea function.

See Also