Next: , Previous: Row Commands, Up: Text Based Tables


30.13.7 Commands for Table Columns

The command table-insert-column inserts a column of cells to the left of the current row in a table. The current column where point is located at is pushed right of the newly inserted column. To insert a column to the right side of the right most column, place point to the right of the rightmost column, which is outside of the table, prior to invoking this command. A numeric prefix argument specifies the number of columns to insert.

A command table-delete-column deletes a column of cells at point. A numeric prefix argument specifies the number of columns to delete.