IdxRichEditTable.MergeCells(IdxRichEditTableCell,IdxRichEditTableCell) Method
In This Article
Merges the specified cell range.
#Declaration
Delphi
procedure MergeCells(const AMergeFrom: IdxRichEditTableCell; const AMergeTo: IdxRichEditTableCell);
#Parameters
Name | Type | Description |
---|---|---|
AMerge |
Idx |
A cell that starts the target cell range. |
AMerge |
Idx |
A cell that ends the target cell range. |
#Remarks
The procedure accepts the cells located at the opposite ends of the target range as the AMergeFrom and AMergeTo parameters.
See Also