cellr180 TrvActionTableCellRotation180

Properties   Methods

<< Click to display table of contents >>

cellr180 TrvActionTableCellRotation180

Properties   Methods

TrvActionTableCellRotation180 is the action for "Table | Rotate Cell by 180°" command.

Unit RichViewActions;

Syntax

TrvActionTableCellRotation180 = class(TrvActionTableCellRotation)

hmtoggle_arrow1Hierarchy

Description

The action sets the rotation of the selected table cells (or the edited cell) to 180°. It changes table.Cells[].Rotation to rvrot180. If the cell was rotated vertically (90° or 270°), it also exchanges table.Cells[].BestWidth and BestHeight.

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

See also:

TrvActionTableCellRotationNone

TrvActionTableCellRotation90

TrvActionTableCellRotation270