cellr270 TrvActionTableCellRotation270

Properties   Methods

<< Click to display table of contents >>

cellr270 TrvActionTableCellRotation270

Properties   Methods

TrvActionTableCellRotation270 is the action for "Table | Rotate Cell by 270°" command.

Unit RichViewActions;

Syntax

TrvActionTableCellRotation270 = class(TrvActionTableCellRotation)

hmtoggle_arrow1Hierarchy

Description

The action sets the rotation of the selected table cells (or the edited cell) to 270°. It changes table.Cells[].Rotation to rvrot270. If the cell was rotated horizontally (0° or 180°), 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

TrvActionTableCellRotation180