Skip to main content

TdxSpreadSheetUnmergeCells Class

An action object that corresponds to the UnmergeCells command provided by the Spreadsheet and Report Designer controls.

Declaration

TdxSpreadSheetUnmergeCells = class(
    TdxSpreadSheetAction
)

Remarks

The TdxSpreadSheetUnmergeCells class does not introduce any new public members. Executing this action object splits all merged cells within the current selection area.

TdxSpreadSheetUnmergeCells objects call the active Table View worksheet’s MergedCells.DeleteItemsInArea procedure for the current selection area.

UI elements linked to a TdxSpreadSheetUnmergeCells action object are enabled only if the following conditions are met:

See Also