Skip to main content

TdxSpreadSheetMergedCellList.Add(string) Method

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

Declaration

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