TdxSpreadSheetTableView.CanMergeSelected Method
In This Article
Identifies whether the currently selected cell range can be merged into a single cell.
#Declaration
Delphi
function CanMergeSelected: Boolean; virtual;
#Returns
Type |
---|
Boolean |
#Remarks
This function returns True if the selected cell range can be merged; otherwise – False.
The CanMergeSelected function checks whether the following conditions are met:
The Spreadsheet Control‘s global settings allow cell data editing;
The current worksheet is not protected.
See Also