Skip to main content

TdxSpreadSheetTableView.MergeSelected Method

Declaration

procedure MergeSelected; virtual;

Remarks

Call this procedure to merge the current cell selection. The MergeSelected procedure appends one or more resulting merged cells to the MergedCells collection.

You can also provide additional end-user options for merging cells by linking the MergeCells, MergeCellsAcross, and MergeCellsAndCenter commands to elements of your UI.

Note

Calling the MergeSelected procedure has no effect if the CanMergeSelected function returns False.

See Also