|
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 TrvActionTableMultiCellAttributes 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: •TrvActionTableCellRightBorder |