Contents
- Index
- Previous
- Next
TableInsertColumn method
Declaration
function TableInsertColumn: Boolean;
Description
Inserts a new column to the left of the current column in a table.
The selection or insertion point must be within a column in a table. If nothing is selected, the current column is the one in which the insertion point appears.
The overall table width is not altered when inserting a column. Instead, the cell widths are adjusted to accommodate the new column.
The new column will contain the same number of cells as the current column. The individual cell attributes are copied cell by cell from the current column to the new one.
Returns True on success. Returns False if the selection or insertion point is not inside a column in a table.