split TrvActionTableSplitCells

Properties

Top  Previous  Next

TrvActionTableSplitCells is the action for "Table | Split Cells" command.

Unit RichViewActions;

Syntax

TrvActionTableSplitCells = class(TrvActionTableCell)

Hierarchy

TObject

TPersistent

TComponent

TBasicAction

TContainedAction

TCustomAction

TAction

TrvCustomAction

TrvAction

TrvActionTableCell

Description

The action displays a dialog where the user can choose:

to unmerge the selected cells (if the selection contains cells having values of ColSpan or RowSpan properties greater than 1);

to split the selected cells into the specified number or rows and columns (optionally with preliminary merging).

This action does not introduce any new properties in addition to properties of TrvAction.


RichView © Sergey Tkachenko