TdxSpreadSheetMergedCellList.Extract(TRect,TList<TdxSpreadSheetMergedCell>) Method
Returns a list of merged cell objects within the specified area.
Declaration
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