b_none TrvActionTableCellNoBorders

Properties

Top  Previous  Next

TrvActionTableCellNoBorders is the action for "Table | Cell Borders | No Borders" command.

Unit RichViewActions;

Syntax

TrvActionTableCellNoBorders = class(TrvActionTableCellBorder)

Hierarchy

TObject

TPersistent

TComponent

TBasicAction

TContainedAction

TCustomAction

TAction

TrvCustomAction

TrvAction

TrvActionTableCell

TrvActionTableMultiCellAttributes

TrvActionTableCellBorder

Description

The action makes all sides of border of the selected table cells (or the edited cell) invisible.

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

This is a redundant action, because it only provides a subset of functionality of TrvActionTableCellAllBorders.

See also:

TrvActionTableCellLeftBorder

TrvActionTableCellRightBorder

TrvActionTableCellTopBorder

TrvActionTableCellBottomBorder

TrvActionTableCellAllBorders


RichView © Sergey Tkachenko