TdxSpreadSheetTableView.SplitSelected Method
In This Article
Splits one or more merged cells into one or more selected cell ranges.
#Declaration
Delphi
procedure SplitSelected; virtual;
#Remarks
Call this procedure to split up all merged cells located within the currently selected cell ranges. The SplitSelected procedure is particularly useful if you need to split up merged cells without accessing the Table View worksheet’s MergedCells collection.
Note
Invoking the Split
See Also