Prerequisite in terms of selection | Parameter | Description |
---|---|---|
A cell or an element having a cell ancestor must be implicitly or explicitly selected. | insertColumnBefore | Insert a column before column containing specified cell. |
insertColumnAfter | Insert a column after column containing specified cell. | |
cutColumn | Cut to the clipboard the column containing specified cell. | |
copyColumn | Copy to the clipboard the column containing specified cell. | |
pasteColumnBefore | Paste copied or cut column before column containing specified cell. | |
pasteColumnAfter | Paste copied or cut column after column containing specified cell. | |
deleteColumn | Delete the column containing specified cell. | |
sortRows | Sort all the rows of the table according to the string values of the cells of the “selected column”. (The “selected column” is the column containing specified cell.) | |
A row must be explicitly selected. OR a cell or an element having a cell ancestor must be implicitly or explicitly selected. | insertRowBefore | Insert a row before row containing specified cell. |
insertRowAfter | Insert a row before row containing specified cell. | |
cutRow | Cut to the clipboard the row containing specified cell. | |
copyRow | Copy to the clipboard the row containing specified cell. | |
pasteRowBefore | Paste copied or cut row before row containing specified cell. | |
pasteRowAfter | Paste copied or cut row after row containing specified cell. | |
deleteRow | Delete the row containing specified cell. | |
A cell or an element having a cell ancestor must be implicitly or explicitly selected. | incrColumnSpan | Increment the number of columns spanned by specified cell. |
decrColumnSpan | Decrement the number of columns spanned by specified cell. | |
incrRowSpan | Increment the number of rows spanned by specified cell. | |
decrRowSpan | Decrement the number of rows spanned by specified cell. |