Skip to main content

TdxSpreadSheetTableView.CanMergeSelected Method

Identifies whether the currently selected cell range can be merged into a single cell.

Declaration

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:

See Also