TdxSpreadSheetMergedCellList.Add(string) Method
In This Article
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 |
---|---|
Tdx |
A merged cell. |
#Remarks
Call this function to merge cells in a worksheet. The Add function returns a newly created merged cell.
See Also