xhtml.tableColumn

Parameter syntax: insertBefore [ td | th ]? | insertAfter [ td | th ]? | delete

A td or th element must be implicitly or explicitly selected.

insertBefore [ td | th ]?

A td or th element must be implicitly or explicitly selected. Inserts a column before column containing selected cell.

If td (or th) is specified a new homogeneous column containing only td (or th) cells is created. Otherwise the newly created column has cells similar to those of the column containing selected cell.

insertAfter [ td | th ]?

A td or th element must be implicitly or explicitly selected. Inserts a column after column containing selected cell.

delete

A td or th element must be implicitly or explicitly selected. Deletes column containing selected cell.

This command is col, colgroup, colspan aware.