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:
- Spreadsheet document editing is allowed (i.e., the control’s OptionsBehavior.Editing property is set to
True
). - The active worksheet is not protected (i.e., its Options.Protected and/or OptionsProtection.Protected properties are set to
False
).
Inheritance
See Also