TdxSpreadSheetTableView.MergeSelected Method
In This Article
Creates merged cells from selected cell ranges.
#Declaration
Delphi
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 Merge
See Also