TdxSpreadSheetMergedCellList.Add(TRect) Method
In This Article
Creates a new merged cell and appends it to the collection.
#Declaration
Delphi
function Add(const AArea: TRect): TdxSpreadSheetMergedCell; reintroduce; overload;
#Parameters
Name | Type | Description |
---|---|---|
AArea | TRect | A rectangle that corresponds to the target cell range. |
#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