Table of Contents

Modify a Table

You can modify a table by changing its properties, adding/deleting a row or column, etc.

Changing Table Properties

To modify a table's (and its rows, columns and cells) properties, select a table (a row, column, cell) and click one of the following buttons:

Command Button Description
Table Properties ASPxHtmlEditor-Buttons-TableProperties Use this command to modify the table's properties (size, layout, appearance).
Row Properties ASPxHtmlEditor-Buttons-RowProperties Use this command to modify a row's alignment, size and appearance.
Column Properties ASPxHtmlEditor-Buttons-ColumnProperties Use this command to modify a column's alignment, size and appearance.
Cell Properties ASPxHtmlEditor-Buttons-CellProperties Use this command to modify a cell's alignment and appearance.

Each button click invokes the specified window for modifying a table, row, column or cell. When complete, click the OK button to save the changes.

Inserting Rows and Columns

Select a cell of the required row, and click the Insert Row Above ASPxHtmlEditor-Buttons-InsertRowAbove or Insert Row Below ASPxHtmlEditor-Buttons-InsertRowBelow button to insert a new row above or below the specified row.

To insert a new column to right or to the left from the selected column, click the corresponding Insert Column to the Left ASPxHtmlEditor-Buttons-InsertColumnLeft or Insert Column to the Right ASPxHtmlEditor-Buttons-InsertColumnRight button.

Splitting

You can split a cell vertically or horizontally by using the Split Vertically ASPxHtmlEditor-Buttons-SplitVertically or the Split Horizontally ASPxHtmlEditor-Buttons-SplitHorizontally button.

Merging

To merge two cells to the right or down use the Merge Right ASPxHtmlEditor-Buttons-MergeRight or Merge Down ASPxHtmlEditor-Buttons-MergeDown button.