TdxSpreadSheetTableView.SplitSelected Method
Splits one or more merged cells into one or more selected cell ranges.
Declaration
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 SplitSelected procedure has no effect if the CanSplitSelected function returns False.
See Also