IdxRichEditTable.MergeCells(IdxRichEditTableCell,IdxRichEditTableCell) Method
Merges the specified cell range.
Declaration
procedure MergeCells(const AMergeFrom: IdxRichEditTableCell; const AMergeTo: IdxRichEditTableCell);
Parameters
Name | Type | Description |
---|---|---|
AMergeFrom | IdxRichEditTableCell | A cell that starts the target cell range. |
AMergeTo | IdxRichEditTableCell | 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