Parameter syntax:
insertBefore | insertAfter | delete
An entry
element must be implicitly or explicitly selected.
Inserts a column before column containing selected cell. The newly created column has cells similar to those of the column containing selected cell.
Inserts a column after column containing selected cell.
Deletes column containing selected cell.
Parameter syntax:
insertBefore | insertAfter | delete
An entry
element must be implicitly or explicitly selected. If a row
element is explicitly selected, this is equivalent to having selected its first cell.
Inserts a row before row containing selected cell. The newly created row has cells similar to those of the row containing selected cell.
Inserts a row before row containing selected cell.
Deletes row containing selected cell.