split TrvActionTableSplitCells

Properties   Methods

<< Click to display table of contents >>

split TrvActionTableSplitCells

Properties   Methods

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

Unit RichViewActions;

Syntax

TrvActionTableSplitCells = class(TrvActionTableCell)

hmtoggle_arrow1Hierarchy

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.