Skip to content

DELETE_ROWS

Action

Bases: BaseMorphAction

Delete rows provided in a list. They don't have to be contiguous.

Script template

"DELETE_ROWS < [int, int, int, etc.]"

Where int are specific integer row references / indices. Delete specifically does not reindex the rows so that future reference calls will reference a static index.

Example

"DELETE_ROWS < [0, 1, 2, 3]"