Skip to main content
A newer version of this page is available. .

Manage Table Structure

  • 2 minutes to read

Insert Table Elements

You can use the Insert context menu items to add new rows, columns and cells. The added cells inherit the source cells’ size and appearance settings.

  • XRTable.InsertRowAbove

    Inserts a row above the current cell and shifts the existing rows up if there is enough space above the table (otherwise, shifts the existing rows down).

    xrtable-insert-row-above

  • XRTable.InsertRowBelow

    Inserts a row below the current cell and shifts the existing rows down. This command increases the band height to accommodate all the rows if there is not enough space under the table.

    xrtable-insert-row-below

  • XRTable.InsertColumnToLeft

    Inserts a new column to the left of the current cell and shifts the leftmost columns to the left (otherwise, shifts these columns to the right).

    xrtable-insert-column-to-left

  • XRTable.InsertColumnToRight

    Inserts a new column to the right of the current cell and shifts the rightmost columns to the right. This command decreases all columns’ width proportionally to accommodate all the columns if there is not enough space to the right of the table.

    xrtable-insert-column-to-right

  • XRTableRow.InsertCell

    Divides the current cell width in half and inserts a new cell to the right.

    xrtable-insert-cell

Delete Table Elements

Use the Delete context menu items to remove table elements.

  • XRTable.DeleteRow

    Deletes a row and shifts the existing rows up.

    xrtable-delete-row

  • XRTable.DeleteColumn

    Deletes a column and shifts the existing columns to the left.

    xrtable-delete-column

  • XRTableRow.DeleteCell

    Deletes a table cell and stretches the previous cell to occupy the remaining space. If this cell is the first in the row, the next cell is stretched.

    xrtable-delete-cell