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.Add(string) Method

Creates a new merged cell and appends it to the collection.

#Declaration

Delphi
function Add(const AArea: string): TdxSpreadSheetMergedCell; reintroduce; overload;

#Parameters

Name Type Description
AArea string

A reference to the target cell range in A1 format.

#Returns

Type Description
TdxSpreadSheetMergedCell

A merged cell.

#Remarks

Call this function to merge cells in a worksheet. The Add function returns a newly created merged cell.

Cell Merge Process

See Also