TdxSpreadSheetMergedCellList.Add(TRect) Method
Creates a new merged cell and appends it to the collection.
Declaration
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 |
---|---|
TdxSpreadSheetMergedCell | A merged cell. |
Remarks
Call this function to merge cells in a worksheet. The Add function returns a newly created merged cell.
See Also